Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 33,600 for

saveoptions

(0.26 sec)
  1. Compress JPG In C#

    Compress JPG in C# without losing quality. Optimize JPG content, reduce file size easily....jpg" ); var saveOptions = new ImageSaveOptions(SaveFormat...GetShapeRenderer().Save( "Output.jpg" , saveOptions); using Aspose.Words; var...

    products.aspose.com/words/net/compress/jpg/
  2. Შეკუმშოს WORD C#

    შეკუმშოს WORD C# ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ WORD კონტენტი, შეამცირეთ ფაილის ზომა მარტივად...."yourCompressedImage" ); } } var saveOptions = new OoxmlSaveOptions {...doc.Save( "Output.docx" , saveOptions); using Aspose.Words; var...

    products.aspose.com/words/ka/net/compress/word/
  3. Შეკუმშოს DOCX C#

    შეკუმშოს DOCX C# ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ DOCX კონტენტი, შეამცირეთ ფაილის ზომა მარტივად...."yourCompressedImage" ); } } var saveOptions = new OoxmlSaveOptions {...doc.Save( "Output.docx" , saveOptions); using Aspose.Words; var...

    products.aspose.com/words/ka/net/compress/docx/
  4. PclSaveOptions.fallbackFontName property | Aspo...

    PclSaveoptions.fallbackFontName property. Name of the font that will be used if no expected font is found in printer and built-in fonts collections...." ); let saveOptions = new aw . Saving . PclSaveOptions...PclSaveOptions (); saveOptions . fallbackFontName = "Times New Roman"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Converting Email Messages in PHP|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....Unicode format $saveOptions = new SaveOptions (); $eml -> save...$dataDir . "AnEmail.msg" , $saveOptions -> getDefaultMsgUnicode ());...

    docs.aspose.com/email/java/converting-email-mes...
  6. HtmlFixedSaveOptions.pageMargins property | Asp...

    HtmlFixedSaveoptions.pageMargins property. Specifies the margins around pages in an HTML document...docx" ); let saveOptions = new aw . Saving . HtmlFixedSaveOptions...HtmlFixedSaveOptions (); saveOptions . pageMargins = 15 ; doc . save...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Saving::XpsSaveOptions::get_Digi...

    Aspose::Words::Saving::XpsSaveoptions::get_DigitalSignatureDetails method. Gets or sets DigitalSignatureDetails object used to sign a document in C++....certificateHolder , options ); auto saveOptions = System :: MakeObject <...:: XpsSaveOptions > (); saveOptions -> set_DigitalSignatureDeta...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. DoclingSaveOptions Class | Aspose.Words for .NET

    Configure advanced Docling save options to export Word documents as structured Docling JSON with full control....class DoclingSaveOptions : SaveOptions Constructors Name Description...DoclingSaveOptions saveOptions = new DoclingSaveOptions (); saveOptions . SaveFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  9. ConverterContext | Aspose.Words for Java

    Document converter context in Java....OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(); { saveOptions.setPassword("Aspose...ConvertContext.3.docx", saveOptions) .execute(); Converter.c...

    reference.aspose.com/words/java/com.aspose.word...
  10. ImageSaveOptions.scale property | Aspose.Words ...

    ImageSaveoptions.scale property. Gets or sets the zoom factor for the generated images.... let saveOptions = new aw . Saving . ImageSaveOptions...times its original size. saveOptions . scale = 5 ; officeMath...

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