Sort Score
Result 10 results
Languages All
Labels All
Results 9,871 - 9,880 of 370,582 for

save

(1.09 sec)
  1. Convert ICS to MSG via C# | products.aspose.com

    Sample code for ICS to MSG C# conversion. Use API example code for batch ICS files to MSG conversion within VB.NET, Asp.NET or any .NET based application.... Call the Save method. Pass the output file...extension. MSG file will be saved at the specified path. System...

    products.aspose.com/email/net/conversion/ics-to...
  2. Restrict Document Editing in Python|Aspose.Word...

    Restrict editing a document by setting a restriction type using Python. You can also remove protection and make unrestricted editable regions.... save ( docs_base . artifacts_dir..."password" ) # Save the protected document. doc . save ( docs_base...

    docs.aspose.com/words/python-net/restrict-docum...
  3. Adding a Signature to an Image|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.... We’ll save the resultant image in PNG format...Graphics class DrawImage method. Save result in PNG format. Program...

    docs.aspose.com/psd/net/adding-a-signature-to-a...
  4. Adding a Signature to an Image|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.... We’ll save the resultant image in PNG format...Graphics class' drawImage method. Save result in PNG format. Program...

    docs.aspose.com/imaging/java/adding-a-signature...
  5. Setting Page Options with C++|Documentation

    This article provides sample code to set page options of Excel worksheets programmatically using the C++ API. You will be able to set Page Orientation, Scaling Factor, FitToPages Options, Paper Size, Print Quality, First Page Number....Portrait ); // Save the workbook workbook . Save ( outDir + u ...SetZoom ( 100 ); // Save the workbook workbook . Save ( outDir + u "ScalingFactor_out...

    docs.aspose.com/cells/cpp/setting-page-options/
  6. 在 Android 上的演示文稿中应用形状效果|Aspose.Slides 文档

    使用 Aspose.Slides for Android(通过 Java),对 PPT 和 PPTX 文件应用高级形状效果——在几秒钟内创建引人注目、专业的幻灯片。... save ( "output.pptx" , SaveFormat...setBlurRadius ( 4 ); pres . save ( "reflection.pptx" , SaveFormat...

    docs.aspose.com/slides/zh/androidjava/shape-eff...
  7. 形状效果|Aspose.Slides for Node.js via .NET 文档

    在 JavaScript 中为 PowerPoint 形状应用效果... save ( "output.pptx" , aspose . slides...setBlurRadius ( 4 ); pres . save ( "reflection.pptx" , aspose...

    docs.aspose.com/slides/zh/nodejs-java/shape-eff...
  8. How to Change Border Color in HTML? C# Examples

    Learn how to change border color in HTML using Aspose.HTML for .NET. Explore С# examples with inline and internal CSS to customize borders programmatically.... Save the modified HTML document....output path for a document saving 4 string savePath = Path. Combine...

    docs.aspose.com/html/net/how-to-articles/how-to...
  9. Converting a PDF file to DICOM using Rust | Asp...

    Code Examples on Rust for PDF‑to‑DICOM Conversion on All Platforms...your PDF file and then simply save it as a DICOM file. You can..."sample.pdf" ) ? ; // Convert and save the specified page as DICOM-image...

    products.aspose.com/pdf/rust-cpp/conversion/pdf...
  10. 修改AcroForm|Aspose.PDF for C++

    使用Aspose.PDF for C++库修改PDF文件中的表单。您可以在现有表单中添加或删除字段,获取和设置字段限制等。...set_MaxLen ( 15 ); document -> Save ( _dataDir + u "GetValuesFromAllFiel...u "textbox1" , 15 ); form -> Save (); } void GetFieldLimitFacade...

    docs.aspose.com/pdf/zh/cpp/modifing-form/