Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 33,643 for

saveoptions

(0.27 sec)
  1. HtmlSaveOptions.ReplaceBackslashWithYenSign | A...

    Discover how the HtmlSaveoptions ReplaceBackslashWithYenSign property enhances your HTML output by converting backslashes to yen signs. Default, false....HtmlSaveOptions saveOptions = new HtmlSaveOptions (); saveOptions . ReplaceBackslashWith...ReplaceBackslashWith.html" , saveOptions ); See Also class HtmlSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Aspose::Words::Saving::TxtSaveOptions::get_MaxC...

    Aspose::Words::Saving::TxtSaveoptions::get_MaxCharactersPerLine method. Gets or sets an integer value that specifies the maximum number of characters per one line. The default value is 0, that means no limit in C++.... auto saveOptions = System :: MakeObject <...:: TxtSaveOptions > (); saveOptions -> set_MaxCharactersPerLine...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Aspose::Words::Saving::ImlRenderingMode enum | ...

    Aspose::Words::Saving::ImlRenderingMode enum. Specifies how ink (InkML) objects are rendered to fixed page formats in C++.... auto saveOptions = System :: MakeObject <...:: SaveFormat :: Jpeg ); saveOptions -> set_ImlRenderingMode (...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. OoxmlSaveOptions.password property | Aspose.Wor...

    OoxmlSaveoptions.password property. Gets/sets a password to encrypt document using ECMA376 Standard encryption algorithm...." ); let saveOptions = new aw . Saving . OoxmlSaveOptions...OoxmlSaveOptions (); saveOptions . password = "MyPassword" ; doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 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...
  6. Aspose::Words::Saving::HtmlSaveOptions::get_Exp...

    Aspose::Words::Saving::HtmlSaveoptions::get_ExportHeadersFootersMode method. Specifies how headers and footers are output to HTML, MHTML or EPUB. Default value is PerSection for HTML/MHTML and None for EPUB in C++.... // We can use a SaveOptions object to omit headers/footers...converting to html. auto saveOptions = System :: MakeObject <...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Შეკუმშოს WORD C++

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

    products.aspose.com/words/ka/cpp/compress/word/
  8. Შეკუმშოს DOCX C++

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

    products.aspose.com/words/ka/cpp/compress/docx/
  9. Aspose::Words::Saving::OoxmlSaveOptions::get_Zi...

    Aspose::Words::Saving::OoxmlSaveoptions::get_Zip64Mode method. Specifies whether or not to use ZIP64 format extensions for the output document. The default value is Never in C++....ToArray ()); } } } } auto saveOptions = System :: MakeObject <...:: OoxmlSaveOptions > (); saveOptions -> set_Zip64Mode ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. Aspose::Words::DocumentBuilder::InsertShape met...

    Aspose::Words::DocumentBuilder::InsertShape method. Inserts free-floating shape with specified position, size and text wrap type in C++.... auto saveOptions = System :: MakeObject <...:: SaveFormat :: Docx ); saveOptions -> set_Compliance ( Aspose...

    reference.aspose.com/words/cpp/aspose.words/doc...