Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 7,467 for

savefileformat vsd

(0.18 sec)
  1. 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...
  2. 使用图像|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...
  3. 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...
  4. 以编程方式保存 Visio 文档|Documentation

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

    docs.aspose.com/diagram/zh/java/save-visio-docu...
  5. 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...
  6. 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...
  7. Your First Aspose.Diagram Application - Hello W...

    本页介绍如何使用 Aspose.Diagram 库创建第一个应用程序。...vsdx" , SaveFileFormat . VSDX ); 代码示例:打开现有文件 The...diagram constructor to load a VSD stream FileStream st = new FileStream...

    docs.aspose.com/diagram/zh/net/your-first-aspos...
  8. 设置 Visio Shape 的 XForm、Line 和 Fill 数据|Documenta...

    本节介绍如何设置形状的样式,包括它的线数据和填充数据 Aspose.Diagram。...class constructor to load the VSD diagram Diagram diagram = new...Diagram ( dataDir + "SetXFormdata.vsd" ); // Find a particular shape...

    docs.aspose.com/diagram/zh/net/set-visio-shape-...
  9. Public API Changes in Aspose.Diagram 5.9.0|Docu...

    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....vsd" ); // save resultant HTML directly...diagram . Save ( stream , SaveFileFormat . HTML ); VB ' load an...

    docs.aspose.com/diagram/net/public-api-changes-...
  10. 检索、获取、复制和插入页面|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....constructor to load diagram from a VSD file Diagram originalDiagram...Diagram ( dataDir + "Drawing1.vsd" ); // initialize the new visio...

    docs.aspose.com/diagram/zh/java/retrieve-get-co...