Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 23,608 for

vsdx

(0.18 sec)
  1. Introduction|Documentation

    Introduction of Aspose.Diagram library....vsdx" ; // Call the diagram constructor...visioDrawing = dataDir + "Drawing1.vsdx" ; // Call the diagram constructor...

    docs.aspose.com/diagram/net/introduction/
  2. Retrieve, Get, Copy and Insert a Page|Documenta...

    This section explains how to insert a page, copy a page or get page information with Aspose.Diagram....vsdx" ); // Set page id int pageid...constructor to load diagram from a VSDX file Diagram diagram = new Diagram...

    docs.aspose.com/diagram/net/retrieve-get-copy-a...
  3. Hello World Example|Documentation

    This page describes how to create example of hello world with Aspose.Diagram library....Visio file formats including VSDX, VDX, VSD, VSX, VTX, VSSX, VSDM...Diagram (); // Save diagram in the VSDX format diagram . Save ( dataDir...

    docs.aspose.com/diagram/net/hello-world-example/
  4. 旋转、改变位置和连接子形状|Documentation

    本节介绍如何使用 Aspose.Diagram 旋转 visio 形状。...class constructor to load the VSDX diagram Diagram diagram = new...Diagram ( dataDir + "Drawing1.vsdx" ); // Get page by name Page...

    docs.aspose.com/diagram/zh/net/rotate-change-th...
  5. Connectors not importing correctly - Free Suppo...

    After importing vsd file, some connectors have extra entry in geometry section, which results in extra lines at the end of connectors. vsd file in question and screenshot of an issue: connector issue.zip (218.5 KB) Th…...Diagram Product Family vsd-to-vsdx Denec March 5, 2025, 7:06am...getAbsolutePath() + "x", SaveFileFormat.VSDX); Professionalize.Discourse...

    forum.aspose.com/t/connectors-not-importing-cor...
  6. Missing most of the shapes after importing a fi...

    After importing vsd to Vsdx, only some lines import and most of the shapes are missing. vsd file in question and screenshot of an issue: missing shapes.zip (482.7 KB) The file was converted using this part of code: F…...Diagram Product Family vsd-to-vsdx Denec March 5, 2025, 7:34am...7:34am 1 After importing vsd to vsdx, only some lines import and most...

    forum.aspose.com/t/missing-most-of-the-shapes-a...
  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....class constructor to load the VSDX diagram Diagram diagram = new...Diagram ( dataDir + "Drawing1.vsdx" ); //get a particular page...

    docs.aspose.com/diagram/zh/java/working-with-co...
  8. 绘制矩形|Documentation

    本节介绍如何用Aspose.Diagram在visio页面中绘制矩形。支持使用C#绘制矩形并保存为pdf、svg、html、image、xps等格式。...vsdx" ); //Draw Rectangle in page..."DrawRectangleInPage_out.vsdx" , SaveFileFormat . VSDX ); 在 SVG 中绘制矩形 Aspose...

    docs.aspose.com/diagram/zh/net/drawing/draw-rec...
  9. Draw geomtry to visio VSX document via Python |...

    Python source code to draw geomtry to visio vsx file within any Python based application....Drawing Vsx PNG JPG BMP TIFF VSDX Draw Geomtry to VSX document...name (full path) and format (VSDX) as a parameter. Now you can...

    products.aspose.com/diagram/python-java/drawing...
  10. Draw geomtry to visio VSTX document via Python ...

    Python source code to draw geomtry to visio vstx file within any Python based application....Drawing Vstx PNG JPG BMP TIFF VSDX Draw Geomtry to VSTX document...name (full path) and format (VSDX) as a parameter. Now you can...

    products.aspose.com/diagram/python-net/drawing/...