Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 22,253 for

savefileformat

(0.4 sec)
  1. Working with Comments|Documentation

    This page describes how to add or edit comments with Aspose.Diagram library....vsdx" , SaveFileFormat . VSDX ); Edit a Page-Level..."EditComment_out.vsdx" , SaveFileFormat . VSDX ); Add a Shape-Level...

    docs.aspose.com/diagram/net/working-with-comments/
  2. Create, Update, Layout and Auto-Fit Shapes|Docu...

    Use C# Diagram API to create, update and auto layout shapes in Visio files using C# within your applications. Complete guide with C# code samples.... Save ( dataDir , SaveFileFormat . VSDX ); Layout Shapes..."sample_btm_top_out.vdx" , SaveFileFormat . VDX ); // Set layout...

    docs.aspose.com/diagram/net/create-update-layou...
  3. Convert Visio to other formats|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to SVG,XPS,XML,XAML formats. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to SVG,XPS,XML,XAML with a few lines of code....pdf" , SaveFileFormat . PDF ) This article explains...save ( "Visio_out.vdx" , SaveFileFormat . VDX ) #// Save diagram...

    docs.aspose.com/diagram/python-net/convert-visi...
  4. 将 Visio 转换为图像格式|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to various images formats. Convert Visio,VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to PNG, JPEG, BMP images with a few lines of code....png" , SaveFileFormat . PNG ); 也可以将特定页面保存为图像,而不是整个文档:...new ImageSaveOptions ( SaveFileFormat . PNG ); // Save one page...

    docs.aspose.com/diagram/zh/net/convert-visio-to...
  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....vdx" , SaveFileFormat . VSDX ); 在 Visio Diagram..."EditPageLevelComment_Out.vsdx" , SaveFileFormat . VSDX ); 在 Visio 绘图中添加形状级注释...

    docs.aspose.com/diagram/zh/java/working-with-co...
  6. Making a Standard Calendar in PHP | Aspose.Task...

    Learn how to create Microsoft Project MPP/XML standard calendars using Aspose.Tasks Java for PHP....$cal1 ); 8 9 $saveFileFormat = new SaveFileFormat(); 10 11 $project..."CreateStandardCalend.xml" , $saveFileFormat -> XML ); 12 13 print "Created...

    docs.aspose.com/tasks/java/making-a-standard-ca...
  7. 在页面中绘制形状|Documentation

    本节介绍如何使用 Aspose.Diagram 在 visio 页面中绘制形状。...vsdx" , SaveFileFormat . VSDX ); 在页面中绘制贝塞尔曲线 Aspose..."DrawBezierInPage_out.vsdx" , SaveFileFormat . VSDX ); 在页面中绘制样条线 Aspose...

    docs.aspose.com/diagram/zh/net/draw-shapes-in-p...
  8. Update,Remove Fields|Documentation

    This section explains how to update or remve fields....vsdx" , SaveFileFormat . VSDX ); Remove Field..."RemoveField_out.vsdx" , SaveFileFormat . VSDX ); Create, Insert...

    docs.aspose.com/diagram/net/update-remove-fields/
  9. Convert Visio to Images formats|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to various images formats. Convert Visio,VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to PNG, JPEG, BMP images with a few lines of code....png" , SaveFileFormat . PNG ); It is also possible...new ImageSaveOptions ( SaveFileFormat . PNG ); // Save one page...

    docs.aspose.com/diagram/net/convert-visio-to-im...
  10. Draw Shapes in Page|Documentation

    This section explains how to draw shapes in a visio page with Aspose.Diagram....vsdx" , SaveFileFormat . VSDX ); Draw Bezier in..."DrawBezierInPage_out.vsdx" , SaveFileFormat . VSDX ); Draw Spline in...

    docs.aspose.com/diagram/net/draw-shapes-in-page/