Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 33,731 for

saveoptions

(0.17 sec)
  1. MarkdownExportAsHtml | Aspose.Words for Java

    Allows to specify the elements to be exported to Markdown as raw HTML in Java....MarkdownSaveOptions saveOptions = new MarkdownSaveOptions(); saveOptions.set....ExportTableAsHtml.md", saveOptions); Shows how to export tables...

    reference.aspose.com/words/java/com.aspose.word...
  2. PdfPermissions Enum | Aspose.Words for .NET

    Discover Aspose.Words.PdfPermissions enum for controlling user access on encrypted PDFs. Enhance security and manage document operations effectively.... PdfSaveOptions saveOptions = new PdfSaveOptions ();..."EncryptionDetails" property. saveOptions . EncryptionDetails = encryptionDetails...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Fill.oneColorGradient method | Aspose.Words for...

    Aspose.Words.Drawing.Fill.oneColorGradient method... let saveOptions = new aw . Saving . OoxmlSaveOptions...OoxmlSaveOptions (); saveOptions . compliance = aw . Saving . OoxmlCompliance...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. GradientStop class | Aspose.Words for Node.js

    Aspose.Words.Drawing.GradientStop class. Represents one gradient stop... let saveOptions = new aw . Saving . OoxmlSaveOptions...OoxmlSaveOptions (); saveOptions . compliance = aw . Saving . OoxmlCompliance...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. TxtSaveOptionsBase.ExportHeadersFootersMode | A...

    Discover how the TxtSaveoptionsBase ExportHeadersFootersMode property optimizes header and footer export in text formats. Default, PrimaryOnly.... TxtSaveOptions saveOptions = new TxtSaveOptions ();...the end of the document. saveOptions . ExportHeadersFooters =...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Aspose::Words::Drawing::GradientStyle enum | As...

    Aspose::Words::Drawing::GradientStyle enum. Specifies the style for a gradient fill in C++.... auto saveOptions = System :: MakeObject <...:: OoxmlSaveOptions > (); saveOptions -> set_Compliance ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Converting a MHTML file to XLSX using C++ | Asp...

    Sample code for MHTML to XLSX conversion using C++. Use C++ example for batch MHTML to XLSX conversion....loadOptions ); // Create SaveOptions auto saveOptions = MakeObject < ExcelSaveOptions...ExcelSaveOptions > (); saveOptions -> set_Format ( ExcelSaveOptions...

    products.aspose.com/pdf/cpp/conversion/mhtml-to...
  8. Converting a MHTML file to DOC using C++ | Aspo...

    Sample code for MHTML to DOC conversion using C++. Use C++ example for batch MHTML to DOC conversion....loadOptions ); // Create SaveOptions auto saveOptions = MakeObject < DocSaveOptions...DocSaveOptions > (); saveOptions -> set_Format ( DocSaveOptions...

    products.aspose.com/pdf/cpp/conversion/mhtml-to...
  9. Compress DOC In C#

    Compress DOC in C# without losing quality. Optimize DOC content, reduce file size easily....SetImage("yourCompressedImage"); } } var saveOptions = new PdfSaveOptions { CacheBackgroundGraph...}; doc.Save("Output.doc", saveOptions); using Aspose.Words; var...

    products.aspose.com/words/net/compress/doc/
  10. Document Processing Interruption in C#|Aspose.W...

    How to use the .NET CancellationToken in Aspose.Words to safely interrupt long-running document processing tasks in C#...cancelationCallback ; SaveOptions saveOptions = new PdfSaveOptions...PdfSaveOptions (); saveOptions . ProgressCallback = cancelationCallback ;...

    docs.aspose.com/words/net/document-processing-i...