Sort Score
Result 10 results
Languages All
Labels All
Results 4,491 - 4,500 of 172,357 for

drawing

(0.1 sec)
  1. Convert DXF to STL via C# | products.aspose.com

    Sample code for DXF to STL C# conversion. Use API example code for batch DXF files to STL conversion within VB.NET, Asp.NET or any .NET based application.... DXF, Drawing Interchange Format, or Drawing Exchange Format...representation of AutoCAD drawing file. Each element in the file...

    products.aspose.com/3d/net/conversion/dxf-to-stl/
  2. Convert DXF to 3DS via C# | products.aspose.com

    Sample code for DXF to 3DS C# conversion. Use API example code for batch DXF files to 3DS conversion within VB.NET, Asp.NET or any .NET based application.... DXF, Drawing Interchange Format, or Drawing Exchange Format...representation of AutoCAD drawing file. Each element in the file...

    products.aspose.com/3d/net/conversion/dxf-to-3ds/
  3. Convert DXF to USDZ via C# | products.aspose.com

    Sample code for DXF to USDZ C# conversion. Use API example code for batch DXF files to USDZ conversion within VB.NET, Asp.NET or any .NET based application.... DXF, Drawing Interchange Format, or Drawing Exchange Format...representation of AutoCAD drawing file. Each element in the file...

    products.aspose.com/3d/net/conversion/dxf-to-usdz/
  4. Convert DXF to GLTF via Python | products.aspos...

    Sample code for DXF to GLTF Python conversion. Use API example code for batch DXF files to GLTF conversion within VB.NET, Asp.NET or any .NET based application.... DXF, Drawing Interchange Format, or Drawing Exchange Format...representation of AutoCAD drawing file. Each element in the file...

    products.aspose.com/3d/python-net/conversion/dx...
  5. Aspose::Words::Rendering::PageInfo::get_SizeInP...

    Aspose::Words::Rendering::PageInfo::get_SizeInPoints method. Gets the page size in points in C++.... System :: Drawing :: SizeF Aspose :: Words ::...

    reference.aspose.com/words/cpp/aspose.words.ren...
  6. NodeType enumeration | Aspose.Words for Node.js

    Aspose.Words.NodeType enumeration. Specifies the type of a Word document node.... Shape A drawing object, such as an OfficeArt...shape = new aw . Drawing . Shape ( doc , aw . Drawing . ShapeType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Add WordArt Watermark to Worksheet in Aspose.Ce...

    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.... Drawing . Shape wordart = sheet . Shapes...wordArtFormat . ForeColor = System . Drawing . Color . Red ; // Set the...

    docs.aspose.com/cells/net/add-wordart-watermark...
  8. 公共 API Aspose.Diagram 16.12.0 的变化|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....请检查代码示例: Java // load a Visio drawing Diagram diagram = new Diagram...7853981633974501 ); // save the Visio drawing diagram . save ( "C:\\temp\\Output...

    docs.aspose.com/diagram/zh/java/public-api-chan...
  9. Aspose::Words::ImageWatermarkOptions class | As...

    Aspose::Words::ImageWatermarkOptions class. Contains options that can be specified when adding a watermark with image. To learn more, visit the documentation article in C++....() -> SetImage ( System :: Drawing :: Image :: FromFile ( get_ImageDir...() -> SetImage ( System :: Drawing :: Image :: FromFile ( get_ImageDir...

    reference.aspose.com/words/cpp/aspose.words/ima...
  10. 向PDF文件添加椭圆对象|Aspose.PDF for Java

    本文解释了如何使用Aspose.PDF for Java向PDF中创建椭圆对象。... add (); // 创建具有特定尺寸的Drawing对象 Graph graph = new Graph (...( 400 , 400 ); // 设置Drawing对象的边框 BorderInfo borderInfo = new...

    docs.aspose.com/pdf/zh/java/add-ellipse/