Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 28,446 for

saveoptions

(0.08 sec)
  1. Aspose::Words::LowCode::Splitter::RemoveBlankPa...

    Aspose::Words::LowCode::Splitter::RemoveBlankPages method. Removes blank pages from a document provided in an input stream and saves the updated document to an output stream in the specified save format. Returns a list of page numbers that were removed in C++....System::SharedPtr<Aspose::Words::Saving::SaveOptions>&) method Removes blank pages...Words :: Saving :: SaveOptions > & saveOptions ) Parameter Type...

    reference.aspose.com/words/cpp/aspose.words.low...
  2. SaveOptions.UseAntiAliasing | Aspose.Words for ...

    Discover the Saveoptions UseAntiAliasing property to enhance your rendering quality. Control antialiasing for smoother visuals and improved performance....UseAntiAliasing Contents [ Hide ] SaveOptions.UseAntiAliasing property...a rendered document with SaveOptions. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Aspose::Words::Layout::RevisionOptions::get_Mea...

    Aspose::Words::Layout::RevisionOptions::get_MeasurementUnit method. Allows to specify the measurement units for revision comments. Default value is Centimeters in C++....docx" ); auto saveOptions = System :: MakeObject <...:: OdtSaveOptions > (); saveOptions -> set_MeasureUnit ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.lay...
  4. OutlineOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.OutlineOptions class. Allows to specify outline options... let saveOptions = new aw . Saving . PdfSaveOptions...pane in the output PDF. saveOptions . pageMode = aw . Saving...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. SvgSaveOptions.idPrefix property | Aspose.Words...

    SvgSaveoptions.idPrefix property. Specifies a prefix that is prepended to all generated element IDs in the output document...docx" ); let saveOptions = new aw . Saving . SvgSaveOptions...SvgSaveOptions (); saveOptions . idPrefix = "pfx1_" ; doc . save...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose::Words::Saving::SvgSaveOptions class | A...

    Aspose::Words::Saving::SvgSaveoptions class. Can be used to specify additional options when saving a document into the Svg format. To learn more, visit the documentation article in C++....for Aspose::Words::Saving::SaveOptions::get_AllowEmbeddingPostSc...for Aspose::Words::Saving::SaveOptions::get_CustomTimeZoneInfo ...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. XlsxSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.XLSX format in Java....SaveOptions public class XlsxSaveOptions...XlsxSaveOptions extends SaveOptions Can be used to specify additional options...

    reference.aspose.com/words/java/com.aspose.word...
  8. PdfSaveOptions.useSdtTagAsFormFieldName propert...

    PdfSaveoptions.useSdtTagAsFormFieldName property. Specifies whether to use SDT control Tag or Id property as a name of form field in PDF....docx" ); let saveOptions = new aw . Saving . PdfSaveOptions...PdfSaveOptions (); saveOptions . preserveFormFields = true ; // When...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ImageSaveOptions.UseGdiEmfRenderer | Aspose.Wor...

    Optimize EMF saving with ImageSaveoptions. Control GDI or Aspose.Words renderer settings for enhanced image quality and performance....EMF image, we can pass a SaveOptions object to select a renderer...renderer. ImageSaveOptions saveOptions = new ImageSaveOptions (...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Aspose::Words::FileFormatInfo::get_IsEncrypted ...

    Aspose::Words::FileFormatInfo::get_IsEncrypted method. Returns true if the document is encrypted and requires a password to open in C++....Document > (); // Configure a SaveOptions object to encrypt the document...save the document. auto saveOptions = System :: MakeObject <...

    reference.aspose.com/words/cpp/aspose.words/fil...