Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 32,777 for

saveoptions

(0.06 sec)
  1. OoxmlSaveOptions.CompressionLevel | Aspose.Word...

    Discover the OoxmlSaveoptions CompressionLevel property to optimize document saving with customizable compression levels for enhanced performance.... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions (...( SaveFormat . Docx ); saveOptions . CompressionLevel = compressionLevel...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Შეკუმშოს DOCX C++

    შეკუმშოს DOCX C++ ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ DOCX კონტენტი, შეამცირეთ ფაილის ზომა მარტივად...."yourCompressedImage" ); } } auto saveOptions = MakeObject <OoxmlSaveOptions>();...<OoxmlSaveOptions>(); saveOptions-> set_CompressionLevel (CompressionLevel::Maximum);...

    products.aspose.com/words/ka/cpp/compress/docx/
  3. Შეკუმშოს WORD C++

    შეკუმშოს WORD C++ ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ WORD კონტენტი, შეამცირეთ ფაილის ზომა მარტივად...."yourCompressedImage" ); } } auto saveOptions = MakeObject <OoxmlSaveOptions>();...<OoxmlSaveOptions>(); saveOptions-> set_CompressionLevel (CompressionLevel::Maximum);...

    products.aspose.com/words/ka/cpp/compress/word/
  4. Aspose::Words::Saving::MarkdownSaveOptions::get...

    Aspose::Words::Saving::MarkdownSaveoptions::get_ImagesFolderAlias method. Specifies the name of the folder used to construct image URIs written into a document. Default is an empty string in C++....(), u "ImagesDir" ); auto saveOptions = System :: MakeObject <...document's linked images. saveOptions -> set_ImagesFolder ( imagesFolder...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. TxtSaveOptionsBase.forcePageBreaks property | A...

    TxtSaveoptionsBase.forcePageBreaks property. Allows to specify whether the page breaks should be preserved during export.... let saveOptions = new aw . Saving . TxtSaveOptions...discard all page breaks. saveOptions . forcePageBreaks = forcePageBreaks...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose::Words::Drawing::Fill::get_PresetTexture...

    Aspose::Words::Drawing::Fill::get_PresetTexture method. Gets a PresetTexture for the fill in C++.... auto saveOptions = System :: MakeObject <...:: OoxmlSaveOptions > (); saveOptions -> set_Compliance ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. FixedPageSaveOptions.metafileRenderingOptions p...

    FixedPageSaveoptions.metafileRenderingOptions property. Allows to specify metafile rendering options.... let saveOptions = new aw . Saving . PdfSaveOptions...PdfSaveOptions (); saveOptions . metafileRenderingOpt = metafileRenderingOpt...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::Saving::TxtSaveOptions::get_AddB...

    Aspose::Words::Saving::TxtSaveoptions::get_AddBidiMarks method. Specifies whether to add bi-directional marks before each BiDi run when exporting in plain text format. The default value is false in C++.... auto saveOptions = System :: MakeObject <...:: TxtSaveOptions > (); saveOptions -> set_Encoding ( System...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Aspose::Words::Document::get_AutomaticallyUpdat...

    Aspose::Words::Document::get_AutomaticallyUpdateStyles method. Gets or sets a flag indicating whether the styles in the document are updated to match the styles in the attached template each time the document is opened in MS Word in C++.... // Use a SaveOptions object to automatically set...Aspose :: Words :: Saving :: SaveOptions > options = Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. Excel to PDF:The page content is not centered -...

    When I use the following code to convert, the Excel content is displayed on the left in the PDF, but I want it to be displayed in the center. How can I solve this problem? Actual effect: image.png (15.9 KB) Expected r…...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.setPri...IGNORE_BLANK); wbk.save(dstFile, saveOptions); TEST.7z (28.0 KB) Professionalize...

    forum.aspose.com/t/excel-to-pdf-the-page-conten...