Sort Score
Result 10 results
Languages All
Labels All
Results 1,761 - 1,770 of 33,600 for

saveoptions

(0.74 sec)
  1. ImageSaveOptions.horizontal_resolution property...

    ImageSaveoptions.horizontal_resolution property. Gets or sets the horizontal resolution for the generated images, in dots per inch....an image, we can pass a SaveOptions object to # edit the image...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Table cell vertical alignment not applied consi...

    I’m seeing inconsistent rendering of table cell vertical alignment when converting DOCX to images with Aspose.Words. sample1.docx → Cell content is not vertically centered in the PNG output (unexpected). sample2.docx →…...Alignment}"); } } } } var saveOptions = new ImageSaveOptions(SaveFormat...Save(@"outputPath\" + fileName + @".png", saveOptions); var warnings = WarningCollector...

    forum.aspose.com/t/table-cell-vertical-alignmen...
  3. HtmlSaveOptions.exportDropDownFormFieldAsText p...

    HtmlSaveoptions.exportDropDownFormFieldAsText property. Controls how drop-down form fields are saved to HTML or MHTML..."ExportDropDownFormFi" flag of this SaveOptions object allows us to // control...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. OdtSaveOptions.password property | Aspose.Words...

    OdtSaveoptions.password property. Gets or sets a password to encrypt document....password we specified in the SaveOptions object. doc . save ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ImagePixelFormat enumeration | Aspose.Words for...

    aspose.words.saving.ImagePixelFormat enumeration. Specifies the pixel format for the generated images of document pages....an image, we can pass a SaveOptions object to # select a pixel...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Convert WORD To TXT C++

    Convert a Word document to TXT format in C++ code. Save a Word document as TXT using C++....docx"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...

    products.aspose.com/words/cpp/conversion/word-t...
  7. Convert WORD To EPUB C++

    Convert a Word document to EPUB format in C++ code. Save a Word document as EPUB using C++....docx"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...

    products.aspose.com/words/cpp/conversion/word-t...
  8. Convert DOC To EPUB C++

    Convert DOC to EPUB format in C++ code. Save DOC as EPUB using C++....doc"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...

    products.aspose.com/words/cpp/conversion/doc-to...
  9. Convert TEXT To WORD C++

    Convert TEXT to WORD format in C++ code. Save TEXT as WORD using C++....txt"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...

    products.aspose.com/words/cpp/conversion/text-t...
  10. Convert DOC To DOCX C++

    Convert DOC to DOCX format in C++ code. Save DOC as DOCX using C++....doc"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...

    products.aspose.com/words/cpp/conversion/doc-to...