Sort Score
Result 10 results
Languages All
Labels All
Results 2,741 - 2,750 of 591,030 for

save

(0.12 sec)
  1. Aspose::Words::Document::get_RemovePersonalInfo...

    Aspose::Words::Document::get_RemovePersonalInformation method. Gets or sets a flag indicating that Microsoft Word will remove all user information from comments, revisions and document properties upon saving the document in C++....and document properties upon saving the document. bool Aspose ::...information during a manual save. auto doc = MakeObject < Document...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. Optimize, Compress or Reduce PDF Size in C#|Asp...

    Optimize PDF file, shrink all images, reduce size PDF, Unembed fonts, Remove unused objects with C#.... Save the optimized document using the Save method. The...Optimize (); // Save output document document . Save ( dataDir +...

    docs.aspose.com/pdf/net/optimize-pdf/
  3. Render a scene into the cubemap with six faces|...

    Using Aspose.3D for .NET API, developers can render a scene into the cubemap with six faces and Save all faces into the supported image formats....the cubemap with six faces and save all faces into the supported...ITextureCubemap ; //we can directly save each face to disk by specifing...

    docs.aspose.com/3d/net/render-a-scene-into-the-...
  4. Creating, Opening and Saving Images|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....Creating, Opening and Saving Images Contents [ Hide ] Creating...method expose by PsdImage class Save the results. Load Image as Layer...

    docs.aspose.com/psd/net/creating-opening-and-sa...
  5. index.xml

    1.0 utf-8 yes 2.0 http://www.w3.org/2005/Atom Aspose.3D | Java Class Library to Process 3D Images, Models on Releases - aspose.comhttps://releases.aspose.com/3d/java/Recent content in Aspose.3D | J......create, edit, manipulate and save 3D formats. It empowers Java...create, edit, manipulate and save 3D formats. It empowers Java...

    releases.aspose.com/3d/java/index.xml
  6. Remove SmartArt Nodes and Child Nodes in Aspose...

    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....node using RemoveNode() method Save the Presentation Removing Smart...node ); } } } // Save Presentation pres . save ( dataDir + "AsposeRemoveSmartArt...

    docs.aspose.com/slides/java/remove-smartart-nod...
  7. MapiContactSaveOptions | Aspose.Email for .NET ...

    MapiContactSaveOptions MapiContactSaveOptions class Specifies the contact Save options. public sealed class MapiConta......class Specifies the contact save options. public sealed class... SaveFormat { get; } Gets a save format See Also class ContactSaveOptions...

    reference.aspose.com/email/net/aspose.email.map...
  8. Update | Aspose.PSD for .NET API Reference

    Update FillLayer.Update method Updates Fill Layer Pixels Data according to actual IFillSettings . public void Update ...... Save ( exportPath ); break ; } }...} } The following code save images with different type of gradient...

    reference.aspose.com/psd/net/aspose.psd.filefor...
  9. FontSavingArgs.OriginalFileSize | Aspose.Words ...

    FontSavingArgs OriginalFileSize property. Gets the original font file size in C#....logic for exporting fonts when saving to HTML. public void SaveExportedFonts...callback that will handle font saving in a custom manner. HtmlSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Add Arc Object to PDF file|Aspose.PDF for Java

    This article explains how to create a arc object to your PDF using Aspose.PDF for Java....paragraphs collection of page Save our PDF file The following code...( graph ); // Save PDF file pdfDocument . save ( _dataDir + "DrawingArc_out...

    docs.aspose.com/pdf/java/add-arc/