Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 31,237 for

saveoptions

(0.07 sec)
  1. Compress TIFF In Java

    Compress TIFF in Java without losing quality. Optimize TIFF content, reduce file size easily....tiff" ); ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...(SaveFormat.TIFF); saveOptions.setTiffCompression(TiffCompression...

    products.aspose.com/words/java/compress/tiff/
  2. SaveOptions.update_last_printed_property proper...

    Saveoptions.update_last_printed_property property. Gets or sets a value determining whether the [BuiltInDocumentProperties.last_printed](../../../aspose.words.properties/builtindocumentproperties/last_printed/) property is updated before saving....update_last_printed_property property SaveOptions.update_last_printed_property...save operation # with this SaveOptions object passed as a parameter...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Սեղմել DOCX Ը Java Ում

    Սեղմեք DOCX ը Java ում՝ առանց որակի կորստի: Օպտիմալացրեք DOCX բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions (); saveOptions.setC...doc.save( "Output.docx" , saveOptions); import com.aspose.words...

    products.aspose.com/words/hy/java/compress/docx/
  4. Aspose::Words::Saving::ImageSaveOptions class |...

    Aspose::Words::Saving::ImageSaveoptions class. Allows to specify additional options when rendering document pages or shapes to images. 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...
  5. Document.attached_template property | Aspose.Wo...

    Document.attached_template property. Gets or sets the full path of the template attached to the document.... # Use a SaveOptions object to automatically set...options = aw . saving . SaveOptions . create_save_options ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Fill.TextureAlignment | Aspose.Words for .NET

    Set the TextureAlignment property to optimize tile texture fill. Easily customize alignment for enhanced visual appeal and design precision.... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {..."Shape.TextureFill.docx" , saveOptions ); doc = new Document ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words.dra...
  7. XamlFixedSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.XAML_FIXED format in Java....SaveOptions , com.aspose.words.FixedPageSaveOptions...saveFormat) public static SaveOptions createSaveOptions(int saveFormat)...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose.PSD for .NET 24.7发布说明|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....PdfOptions saveOptions = new PdfOptions (); saveOptions . PdfCoreOptions...psdImage . Save ( output , saveOptions ); } PSDNET-2061. 修复ImageSaveException:...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  9. Fill.PresetTexture | Aspose.Words for .NET

    Discover how to set the PresetTexture property effortlessly and enhance your designs with stunning fill options. Unlock your creative potential today!... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {..."Shape.TextureFill.docx" , saveOptions ); doc = new Document ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Optimize File's Content Using C#

    Compress files in C#: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS without losing quality..."yourCompressedImage" ); } } var saveOptions = new OoxmlSaveOptions {...doc.Save( "Output.docx" , saveOptions); using Aspose.Words; var...

    products.aspose.com/words/net/compress/