Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 33,730 for

saveoptions

(0.1 sec)
  1. DocSaveOptions.alwaysCompressMetafiles property...

    DocSaveoptions.alwaysCompressMetafiles property. When ``false``, small metafiles are not compressed for performance reason...// We can set a flag in a SaveOptions object to compress every...uncompressed metafiles. let saveOptions = new aw . Saving . DocSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Convert Diagram Using LowCode API|Documentation

    Demonstrates how to use Aspose.Diagram LowCode APIs to convert Diagram.... LowCodeSaveOptions saveOptions = new Aspose . Diagram .... LowCodeSaveOptions (); saveOptions . SaveFormat = SaveFileFormat...

    docs.aspose.com/diagram/net/convert-diagram-usi...
  3. Aspose.PSD for Java 23.11 - 发行说明|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....PngOptions saveOptions = new PngOptions (); saveOptions . setColorType...save ( outputFileFish , saveOptions ); } try ( PsdImage psdImage...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  4. Replacer.Replace | Aspose.Words for .NET

    Effortlessly replace all instances of a specific string in your input file with the Replacer Replace method. Streamline your text editing today!...Replace( string, string, SaveOptions , string, string ) Replaces...string outputFileName , SaveOptions saveOptions , string pattern ,...

    reference.aspose.com/words/net/aspose.words.low...
  5. Convert Project Pages to Separate Image Files |...

    This guide explains how to convert Microsoft Project files into multiple JPEG image files using Aspose.Tasks for C#....::SharedPtr < ImageSaveOptions > saveOptions = System::MakeObject < ImageSaveOptions...SaveFileFormat::PNG); 3 saveOptions -> set_StartDate(project...

    docs.aspose.com/tasks/cpp/convert-project-pages...
  6. Aspose::Words::Saving::PclSaveOptions::get_Save...

    Aspose::Words::Saving::PclSaveoptions::get_SaveFormat method. Specifies the format in which the document will be saved if this save options object is used. Can only be Pcl in C++....docx" ); auto saveOptions = System :: MakeObject <...:: PclSaveOptions > (); saveOptions -> set_SaveFormat ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Aspose::Words::Node::ToString method | Aspose.W...

    Aspose::Words::Node::ToString method. Exports the content of the node into a string in the specified format in C++....conversion using a SaveOptions object. auto saveOptions = System ::...:: HtmlSaveOptions > (); saveOptions -> set_ExportRelativeFontSi...

    reference.aspose.com/words/cpp/aspose.words/nod...
  8. PdfSaveOptions.headerFooterBookmarksExportMode ...

    PdfSaveoptions.headerFooterBookmarksExportMode property. Determines how bookmarks in headers/footers are exported.... let saveOptions = new aw . Saving . PdfSaveOptions...pane in the output PDF. saveOptions . pageMode = aw . Saving...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::Saving::TxtSaveOptions::get_Offi...

    Aspose::Words::Saving::TxtSaveoptions::get_OfficeMathExportMode method. Specifies how OfficeMath will be written to the output file. Default value is Text in C++....docx" ); auto saveOptions = System :: MakeObject <...:: TxtSaveOptions > (); saveOptions -> set_OfficeMathExportMode...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. HtmlSaveOptions class | Aspose.Words for Python

    aspose.words.saving.HtmlSaveoptions class. Can be used to specify additional options when saving a document into the [SaveFormat.HTML](../../aspose.words/saveformat/#HTML), [SaveFormat.MHTML](../../aspose.words/saveformat/#MHTML), [SaveFormat.EPUB](../../aspose.words/saveformat/#EPUB), [SaveFormat.AZW3](../../aspose.words/saveformat/#AZW3) or [SaveFormat.MOBI](../../aspose.words/saveformat/#MOBI) format...Inheritance: HtmlSaveOptions → SaveOptions Constructors Name Description...False . (Inherited from SaveOptions ) allow_negative_indent Specifies...

    reference.aspose.com/words/python-net/aspose.wo...