Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 7,454 for

savefileformat vsd

(0.18 sec)
  1. Your First Aspose.Diagram Application - Hello W...

    This page describes how to create first application with Aspose.Diagram library....vsdx" , SaveFileFormat . VSDX ); Code Sample:...diagram constructor to load a VSD stream FileStream st = new FileStream...

    docs.aspose.com/diagram/net/your-first-aspose-d...
  2. Retrieve, Get, Copy and Insert a Page|Documenta...

    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....constructor to load diagram from a VSD file Diagram originalDiagram...Diagram ( dataDir + "Drawing1.vsd" ); // initialize the new visio...

    docs.aspose.com/diagram/java/retrieve-get-copy-...
  3. Working with Shapes Gluing|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....class constructor to load the VSD diagram Diagram diagram = new...dataDir + "RetrieveShapeInfo.vsd" ); // get shape by an ID Shape...

    docs.aspose.com/diagram/java/working-with-shape...
  4. 设置 Visio Shape 的 XForm、Line 和 Fill 数据|Documenta...

    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....class constructor to load the VSD diagram Diagram diagram = new...Diagram ( dataDir + "SetXFormdata.vsd" ); //Find a particular shape...

    docs.aspose.com/diagram/zh/java/set-visio-shape...
  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....class constructor to load a VSD diagram Diagram diagram = new...dataDir + "ExtractAllImagesFrom.vsd" ); // Enter page index i.e....

    docs.aspose.com/diagram/zh/java/working-with-im...
  6. Working with Shapes Gluing|Documentation

    This section explains how to get shapes which glued to a particular shape with Aspose.Diagram....class constructor to load the VSD diagram Diagram diagram = new...dataDir + "RetrieveShapeInfo.vsd" ); // Get shape by an ID Shape...

    docs.aspose.com/diagram/net/working-with-shapes...
  7. Convert Visio to PDF via Python | products.aspo...

    Sample Python conversion Visio to PDF file. Use this example code to convert Visio to PDF within any Python based application....with output file path and SaveFileFormat as parameters PDF file...diagram.save( "output.pdf" , SaveFileFormat.PDF); VSDX to PDF Conversion...

    products.aspose.com/diagram/python-java/convers...
  8. 以编程方式保存 Visio 文档|Documentation

    本页介绍如何将 Visio 文档保存到文件,使用 Aspose.Diagram 库进行流式传输。...API 从文件扩展名推断保存格式,还提供一个额外的 SaveFileFormat 参数来指定输出文件格式。 以任何支持的文件格式保存..."SaveVisioDiagram_Out.vsdx" , SaveFileFormat . VSDX ); ByteArrayOutputStrea...

    docs.aspose.com/diagram/zh/java/save-visio-docu...
  9. Convert VSS to VSDX via Python | products.aspos...

    Sample Python conversion code for VSS format to VsdX file. Use this example code to convert VSS to VsdX within any Python based application....with output file path and SaveFileFormat as parameters VSDX file...diagram.save( "output.vsdx" , SaveFileFormat.VSDX); VSS to VSDX Conversion...

    products.aspose.com/diagram/python-net/conversi...
  10. Working with Diagram Using LowCode API|Document...

    Demonstrates how to use Aspose.Diagram LowCode APIs to convert diagram to PDF, and diagram.Includes complete C# examples for PdfConverter, and DiagramConverter....diagram file formats, such as VSD, VSDX, VSTM, VDX, and so on....saveOptions . SaveFormat = SaveFileFormat . Vsdx ; saveOptions ....

    docs.aspose.com/diagram/net/work-with-diagram-u...