Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 33,600 for

saveoptions

(0.19 sec)
  1. FileFormatInfo.isEncrypted property | Aspose.Wo...

    FileFormatInfo.isEncrypted property. Returns ``true`` if the document is encrypted and requires a password to open....Document (); // Configure a SaveOptions object to encrypt the document...then save the document. let saveOptions = new aw . Saving . OdtSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::LowCode::Processor class | Aspos...

    Aspose::Words::LowCode::Processor class. Processor class for performing different document processing actions in C++....System::SharedPtr<Aspose::Words::Saving::SaveOptions>) Specifies output file for...System::SharedPtr<Aspose::Words::Saving::SaveOptions>&) Specifies output stream...

    reference.aspose.com/words/cpp/aspose.words.low...
  3. Aspose::Words::Drawing::SoftEdgeFormat::get_Rad...

    Aspose::Words::Drawing::SoftEdgeFormat::get_Radius method. Gets or sets a double value that represents the length of the radius for a soft edge effect in points (pt). The default value is 0.0 in C++....docx" ); auto saveOptions = System :: MakeObject <...:: SvgSaveOptions > (); saveOptions -> set_MaxImageResolution...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Aspose::Words::Saving::DigitalSignatureDetails ...

    Aspose::Words::Saving::DigitalSignatureDetails class. Contains details for signing a document with a digital signature in C++....certificateHolder , signOptions ); auto saveOptions = System :: MakeObject <...:: OoxmlSaveOptions > (); saveOptions -> set_DigitalSignatureDeta...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. Convert PDF to Microsoft Word Documents in Java...

    Convert PDF file to DOC and DOCX format with ease and full control with Aspose.PDF for Java. Learn more how to tune up PDF to Microsoft Word documents conversion....toString ()); DocSaveOptions saveOptions = new DocSaveOptions ();...the output format as DOC saveOptions . setFormat ( DocSaveOptions...

    docs.aspose.com/pdf/java/convert-pdf-to-word/
  6. Export texture files while saving 3D scene|Docu...

    Using Aspose.3D for .NET, developers can export texture files to file system while saving 3D scene....obj" , opt ); All SaveOptions objects in Aspose.3D include...ExportTextures property in SaveOptions , you can seamlessly export...

    docs.aspose.com/3d/net/export-texture-files-whi...
  7. DocumentBase.backgroundShape property | Aspose....

    DocumentBase.backgroundShape property. Gets or sets the background shape of the document... toEqual ( true ); let saveOptions = new aw . Saving . PdfSaveOptions...PdfSaveOptions (); saveOptions . CacheBackgroundGraph = false ; //...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. TxtSaveOptionsBase.ForcePageBreaks | Aspose.Wor...

    Control page breaks with TxtSaveoptionsBase's ForcePageBreaks property. Ensure seamless exports and maintain document formatting effortlessly.... TxtSaveOptions saveOptions = new TxtSaveOptions ();...discard all page breaks. saveOptions . ForcePageBreaks = forcePageBreaks...

    reference.aspose.com/words/net/aspose.words.sav...
  9. ParagraphFormat.IsHeading | Aspose.Words for .NET

    Discover how the IsHeading property enhances your document formatting by identifying built-in Heading styles for better organization and clarity....PdfSaveOptions saveOptions = new PdfSaveOptions (); saveOptions . SaveFormat...inserted above will not appear. saveOptions . OutlineOptions . HeadingsOutlineLevel...

    reference.aspose.com/words/net/aspose.words/par...
  10. XpsSaveOptions.saveFormat property | Aspose.Wor...

    XpsSaveoptions.saveFormat property. Specifies the format in which the document will be saved if this save options object is used... let saveOptions = new aw . Saving . XpsSaveOptions...XpsSaveOptions (); expect ( saveOptions . saveFormat ). toEqual (...

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