Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 33,730 for

saveoptions

(1.48 sec)
  1. Document.Save | Aspose.Words for .NET

    Effortlessly save your documents with our smart save method, automatically selecting the right format based on the file extension for seamless storage....Words Save( string, SaveOptions ) Saves the document to a...string fileName , SaveOptions saveOptions ) Parameter Type Description...

    reference.aspose.com/words/net/aspose.words/doc...
  2. PclSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.PCL format in Java....SaveOptions , com.aspose.words.FixedPageSaveOptions...PclSaveOptions saveOptions = new PclSaveOptions(); saveOptions.setSaveFormat(SaveFormat...

    reference.aspose.com/words/java/com.aspose.word...
  3. GraphicsQualityOptions | Aspose.Words for Java

    Allows to specify additional java.awt.RenderingHints in Java....StringFormat ImageSaveOptions saveOptions = new ImageSaveOptions(SaveFormat...ImageSaveOptions(SaveFormat.JPEG); saveOptions.setGraphicsQualityOp(qualityOptions);...

    reference.aspose.com/words/java/com.aspose.word...
  4. 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...
  5. 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...
  6. 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...
  7. Aspose::Words::Saving::XlsxDateTimeParsingMode ...

    Aspose::Words::Saving::XlsxDateTimeParsingMode enum. Specifies how document text is parsed to identify date and time values in C++....docx" ); auto saveOptions = System :: MakeObject <...datetime format autodetection. saveOptions -> set_DateTimeParsingMode...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. Compress JPG In C++

    Compress JPG in C++ without losing quality. Optimize JPG content, reduce file size easily....jpg" ); auto saveOptions = MakeObject <ImageSaveO...<ImageSaveOptions>(SaveFormat::Jpeg); saveOptions-> set_JpegQuality ( 50 );...

    products.aspose.com/words/cpp/compress/jpg/
  9. 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...
  10. IDocumentSavingCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom method called during saving a document in Java.... HtmlSaveOptions saveOptions = new HtmlSaveOptions(saveFormat);...HtmlSaveOptions(saveFormat); { saveOptions.setProgressCallback(new SavingProgressCallba());...

    reference.aspose.com/words/java/com.aspose.word...