Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 8,699 for

layer

(0.11 sec)
  1. Micro Apps|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....Micro Apps Contents [ Hide ] Layer Generator Console Application...

    docs.aspose.com/gis/net/micro-apps/
  2. Edit PSD document via .NET | products.aspose.com

    C# source code to edit the PSD file on .NET Framework, .NET Core....instance of PsdImage for access to Layers, Resources, and other and other...add new layers to the PSD file using C#. Create/Add Layers - C#...

    products.aspose.com/psd/net/editor/psd/
  3. Aspose.PSD for .NET 25.10 - Release Notes|Docum...

    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....( var layer in image . Layers ) { var textLayer = layer as TextLayer...( var layer in image . Layers ) { var textLayer = layer as TextLayer...

    docs.aspose.com/psd/net/aspose-psd-for-net-25-1...
  4. PSB ファイルを開いて編集する | products.aspose.com

    オンラインエディターで PSB ファイルを開いて編集する...NET // How to update Text Layer in PSB File using (PsdImage...Load("layers.psb")) { foreach (var layer in psdImage.Layers) { if...

    products.aspose.com/psd/jp/editor/psb/
  5. Modify SmartObject PSD - Free Support Forum - a...

    Hello, I purchased an Aspose Python PSD OEM license to perform a specific task, but I’m unable to achieve the expected result. I need support to resolve this. When I try to replace the content of a smart object, the re…...layers.smartobjects import SmartObjectLayer...vers PsdImage pour accéder aux layers psd_image = cast(PsdImage,...

    forum.aspose.com/t/modify-smartobject-psd/313972
  6. There is a color difference in the picture - Fr...

    test-cp.zip (4.5 MB) When using version 25.11 of Aspose.PSD 16.jar, color deviation occurs when the image is zoomed in for viewing. The attached files include the image comparison files with deviation and the original P…...} for (Layer layer : psdImage.getLayers()) { if (layer instanceof...SmartObjectLayer smartObj) { if (layer.getName().contains(layerName))...

    forum.aspose.com/t/there-is-a-color-difference-...
  7. Features|Documentation

    Product core features include read or write PSD, PSB, AI file formats, perform graphics drawing, process images and work with Layers and Masks....formats Working with all types of Layers and Masks Feature List Photoshop...engine) Layers and Mask Information Section Supported Layers Types...

    docs.aspose.com/psd/net/features/
  8. Create KML File using C#

    This tutorial guides on how to create KML file using C#. It has the details to set the IDE, a list of steps, and sample code demonstrating the process to generate KML file using C#....ConstructFeature()method in the Layer class and set the above polygon...for styling and add it to the Layer object These steps summarize...

    kb.aspose.com/gis/net/create-kml-file-using-csh...
  9. How to detect a PDF is image over text - Free S...

    Hello, Is there any possibility to detect the image background is above or behind the text Layer? Attached example of a pdf with the image background above the text Layer....is above or behind the text layer? Attached example of a pdf with...image background above the text layer. Professionalize.Discourse May...

    forum.aspose.com/t/how-to-detect-a-pdf-is-image...
  10. 如何将PDF中的图片置于底层? - Free Support Forum - aspose.com

    如何将PDF中的图片置于底层? 如何在PDF中添加图片时,将图片绘制在底层?...Add(); // 创建一个新的图层 Layer layer = new Layer("底层图层"); // 添加图片到图层...100); // 设置图片位置 // 将图片添加到图层 layer.Contents.Add(new Operator.SetGraphicState());...

    forum.aspose.com/t/pdf/316036