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

layer

(1.26 sec)
  1. 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/
  2. 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-...
  3. Aspose CAD not reading proper color ID from DXF...

    Hello Aspose team, We have an issue with Aspose.CAD <PackageReference Include="Aspose.CAD" Version="24.12.0" />. The attached file would not be parsed correctly so proper color information are not given back. Looking …...7 KB) |Layer / Context|ACI Color| |—|—|—|...enhancements. Inspect Layer Properties : Review the layer properties in...

    forum.aspose.com/t/aspose-cad-not-reading-prope...
  4. What's new 2024|Aspose.PDF for .NET

    This page introduces the most popular new features in Aspose.PDF for .NET introduced in 2024....Extracting an PDF document layer elements and saving into new...from now. In PDF documents, layers (also known as Optional Content...

    docs.aspose.com/pdf/net/whatsnew/2024/
  5. 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/
  6. 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...
  7. Upgrade GIS.Lib to 26.2.0 - Free Support Forum ...

    Hu Alexander, I run all my tests ( 896) that covers all conversions of your formats. It seems that everything is OK. Is it ? [esrijson1] Testing EsriJson → Gdb Args: input=‘D:\GisConverter\Tests\EsriJson\Input\esrijs…...of different types into same layer. Result: ConversionFailed [esrijson1]...allow adding the geometry to a layer that already has geometries...

    forum.aspose.com/t/upgrade-gis-lib-to-26-2-0/32...
  8. 档案

    档案...Layers.FillSettings.FillType.Color);...colorFillLayer.DisplayName = "Color Fill Layer"; image.AddLayer(colorFillLayer);...

    blog.aspose.com/zh/psd/add-fill-layer-in-photos...
  9. How to Add Image Watermark to PSD in C#

    This step by step tutorial elaborates how to add image watermark to PSD in C#. Adding image watermark to PSD in C# is quick and easy with Aspose.PSD for .NET....using Image class Create a base Layer object using an image from FileStream...FileStream Add base layer object to the PSD image object created...

    kb.aspose.com/psd/net/how-to-add-image-watermar...
  10. 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/