Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 8,703 for

layer

(0.6 sec)
  1. Convert from DJVU(Graphics Format) to other for...

    Using Aspose.Imaging for .NET you can easily convert from DJVU(Graphics Format) to other formats...multiple techniques like image layer separation of text and background...

    products.aspose.com/imaging/net/conversion/from...
  2. Aspose.PSD for Python 通过 .NET 的 24.6 版 - 发行说明|D...

    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.FillSettings.NoiseGradientFillSet...T:Aspose.PSD.FileFormats.Psd.Layers.AdjustmentLayers.GradientMapLayer...

    docs.aspose.com/psd/zh/python-net/aspose-psd-fo...
  3. Convert DWT to PSD via C# | products.aspose.com

    Sample code for DWT to PSD C# conversion. Use API example code for batch DWT files to PSD conversion within VB.NET, Asp.NET or any .NET based application....progress, and handle individual layers and layouts. Developers can...convert specific layouts and layers from AutoCAD files and easily...

    products.aspose.com/cad/net/conversion/dwt-to-psd/
  4. Aztec Codes|Documentation

    Definition of the Aztec Code full-range barcode type...surrounded by several data layers (from 4 to 32) and a reference...Orientation patterns: the first layer of modules surrounding the finder...

    docs.aspose.com/barcode/info-cards/aztec-full-r...
  5. Aspose.PSD CLI Export Application for .NET|Docu...

    Aspose.PSD-based Export CLI application for PSD, PSB, and AI File Formats. No-code CI/CD Automation. Supports exporting Layers from PSD files by name or index. It does not require Adobe Photoshop or Adobe Illustrator to be installed and can be run from the console without additional code....console utility for exporting layers from PSD files by name or index...Export layers from PSD, PSB, AI formats. Export layers by name...

    docs.aspose.com/psd/net/cli/export/
  6. Process of rendering glyphs

    Explore the fundamentals of glyph rendering, covering the processing pipeline, key technologies, and performance considerations....streamed from the application layer together with a font selector...modes, gamma correction, and layer effects (shadows, outlines)...

    docs.aspose.com/font/net/what-is-font/glyph-ren...
  7. Aspose.PSD for .NET 20.7 - 发行说明|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.LayerEffects.BlendingOptions...AddStroke(Aspose.PSD.FileFormats.Psd.Layers.FillSettings.FillType) P:Aspose...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  8. What's new 2021|Aspose.PDF for .NET

    This page introduces the most popular new features in Aspose.PDF for .NET introduced in 2021....information about the number of layers in a PDF document? private...RunExamples . GetDataDir_AsposePdf_Layers (); // Open PDF document using...

    docs.aspose.com/pdf/net/whatsnew/2021/
  9. Convert DWT to DICOM via C# | products.aspose.com

    Sample code for DWT to DICOM C# conversion. Use API example code for batch DWT files to DICOM conversion within VB.NET, Asp.NET or any .NET based application....progress, and handle individual layers and layouts. Developers can...convert specific layouts and layers from AutoCAD files and easily...

    products.aspose.com/cad/net/conversion/dwt-to-d...
  10. 关于CAD转PDF一个错位问题 - Free Support Forum - aspose.com

    1.png (3.0 KB) 1.png (3.0 KB) 图1为原始cad图纸,图2为转换pdf的效果:不知道为什么有两个标记错位了,但是也存在正确位置的标记,不知道问题出在哪里。下面zip为原始图纸 special.zip (188.4 KB) 我的代码: License license = new License(); license.setLicense("Aspose.CAD.Java.lic"); // 加载CAD…...size; i++) { CadLayerTable layer = (CadLayerTable) cadImage.getLayers()...getLayers().get_Item(i); layer.setLineWeight((short) 0); } CadRasterizationOpti...

    forum.aspose.com/t/cad-pdf/314511