Sort Score
Result 10 results
Languages All
Labels All
Results 1,471 - 1,480 of 31,268 for

saveoptions

(0.21 sec)
  1. ImageBinarizationMethod enumeration | Aspose.Wo...

    Aspose.Words.Saving.ImageBinarizationMethod enumeration. Specifies the method used to binarize image....as a TIFF, we can pass a SaveOptions object to // adjust the dithering...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. PdfDigitalSignatureDetails.reason property | As...

    PdfDigitalSignatureDetails.reason property. Gets or sets the reason for the signing...."DigitalSignatureDeta" object of the "SaveOptions" object to // digitally sign...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Convert HTML To Image Java

    Convert HTML to Image format in Java code. Save HTML as Image using Java....html" ); ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...getPageCount(); page++) { saveOptions.setPageSet( new PageSet (page));...

    products.aspose.com/words/java/conversion/html-...
  4. Convert WORD To TIFF Java

    Convert a Word document to TIFF format in Java code. Save a Word document as TIFF using Java....docx" ); ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...getPageCount(); page++) { saveOptions.setPageSet( new PageSet (page));...

    products.aspose.com/words/java/conversion/word-...
  5. Convert PDF to Microsoft Word Documents in .NET...

    Learn how to write C# code for PDF to Microsoft Word formats conversion with Aspose.PDF for .NET. and tune up conversion PDF to DOC(DOCX)....pdf" )) { var saveOptions = new Aspose . Pdf . DocSaveOptions...dataDir + "PDFtoDOC_out.doc" , saveOptions ); } } Try to convert PDF...

    docs.aspose.com/pdf/net/convert-pdf-to-word/
  6. ImageSaveOptions.thresholdForFloydSteinbergDith...

    ImageSaveoptions.thresholdForFloydSteinbergDithering property. Gets or sets the threshold that determines the value of the binarization error in the Floyd-Steinberg method...as a TIFF, we can pass a SaveOptions object to // adjust the dithering...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ImageBinarizationMethod enumeration | Aspose.Wo...

    aspose.words.saving.ImageBinarizationMethod enumeration. Specifies the method used to binarize image....as a TIFF, we can pass a SaveOptions object to # adjust the dithering...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Saving::HtmlFixedSaveOptions::ge...

    Aspose::Words::Saving::HtmlFixedSaveoptions::get_Encoding method. Specifies the encoding to use when exporting to HTML. Default value is new UTF8Encoding(true) (UTF-8 with BOM) in C++....encoding, // we can use a SaveOptions object to set a specific...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. TxtExportHeadersFootersMode | Aspose.Words for ...

    Specifies the way headers and footers are exported to plain text format in Java.... TxtSaveOptions saveOptions = new TxtSaveOptions(); //...the end of the document. saveOptions.setExportHeadersFoot(txtExportHeadersFoot);...

    reference.aspose.com/words/java/com.aspose.word...
  10. Working with OneNote Notebooks | Aspose.Note Do...

    A comprehensive guide on using and managing OneNote notebooks for developers....5 6 NotebookOneSaveOptio saveOptions = new NotebookOneSaveOptio();...NotebookOneSaveOptio(); 7 saveOptions. setDeferredSaving ( true ); 8 notebook....

    docs.aspose.com/note/java/working-with-onenote-...