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...
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...
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...
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...
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...
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...
DocumentBase.backgroundShape property. Gets or sets the background shape of the document... toEqual ( true ); let saveOptions = new aw . Saving . PdfSaveOptions...PdfSaveOptions (); saveOptions . CacheBackgroundGraph = false ; //...
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...
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 (...