Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 8,993 for

layer

(0.49 sec)
  1. Aspose.PSD for Java 24.5 - 发布说明|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....for ( Layer layer : image . getLayers ()) { if ( layer instanceof...TextLayer textLayer = ( TextLayer ) layer ; if ( "best" . equals ( textLayer...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  2. DXF Drawings|CAD Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Exporting Specific Layer of DXF Drawings to PDF This...PageHeight properties. Add layers to the object of CadRasterizationOpti...

    docs.aspose.com/cad/java/developer-guide/autoca...
  3. When replacing text with the Aspose SDK, two is...

    When replacing text with the Aspose SDK, two issues have arisen: The font has changed and is inconsistent with the source file. How can this be resolved, or how can I specify a specific font? The visual effects are los…...PSD Product Family psd-text-layer hellokimi56 December 30, 2025...it may appear uniform across layers regardless of visual differences...

    forum.aspose.com/t/when-replacing-text-with-the...
  4. Aspose.PSD for Java 23.4 - Release Notes|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....place on the editing of Text Layer by ITextPortion Bug PSDJAVA-445...aspose.psd.fileformats.psd.layers.layerresources.FXidResource...

    docs.aspose.com/psd/java/aspose-psd-for-java-23...
  5. Aspose.PSD smartFilter - Free Support Forum - a...

    Smart filters are not saved when updating text. But if you open the PSD and save the smart object yourself, then all filters start working again...Layers.Length; //Проходим по слоям...length; i++) { var smart = image.Layers[i] as SmartObjectLayer; //Находим...

    forum.aspose.com/t/aspose-psd-smartfilter/241290
  6. Aspose.PSD for .NET 24.4 - 发行说明|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Layers [ 0 ]. ChannelsCount ); } void...( 600 , 400 )) { ShapeLayer layer = newPsd . AddShapeLayer ();...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  7. How to Run Aspose.GIS in Docker|Documentation

    Run Aspose.GIS in a Docker container for Linux, Windows Server and any OS....shp" ); using ( VectorLayer layer = VectorLayer . Create ( path...Shapefile )) { var feature = layer . ConstructFeature (); // create...

    docs.aspose.com/gis/net/how-to-run-aspose-gis-i...
  8. Aspose.PSD for Java 24.4 - 发布说明|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....( 600 , 400 )) { ShapeLayer layer = newPsd . addShapeLayer ();...newShapes . add ( newShape ); layer . getPath (). setItems ( newShapes...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  9. Aspose.PSD for Java 24.4 - Release Notes|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....( 600 , 400 )) { ShapeLayer layer = newPsd . addShapeLayer ();...newShapes . add ( newShape ); layer . getPath (). setItems ( newShapes...

    docs.aspose.com/psd/java/aspose-psd-for-java-24...
  10. Reading Style-Based attributes from Features - ...

    I am using the Drivers.Kml.OpenLayer to process features in a .KML file. A sample placemark has attributes like this: <Placemark> <name>HH-01625409</name> <styleUrl>#s47690667</styleUrl> <Point> <coordinates>-…... using (var layer = Drivers.Kml.OpenLayer("your...kml")) { foreach (var feature in layer) { var name = feature.GetVa...

    forum.aspose.com/t/reading-style-based-attribut...