Sort Score
Result 10 results
Languages All
Labels All
Results 1,751 - 1,760 of 33,683 for

saveoptions

(1.42 sec)
  1. Փոխարկել DOC DOCX C++

    Փոխարկեք DOC ը DOCX ձևաչափի C++ կոդով: Պահեք DOC որպես DOCX օգտագործելով C++:...doc"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...

    products.aspose.com/words/hy/cpp/conversion/doc...
  2. Փոխարկել DOC PDF C++

    Փոխարկեք DOC ը PDF ձևաչափի C++ կոդով: Պահեք DOC որպես PDF օգտագործելով C++:...doc"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...

    products.aspose.com/words/hy/cpp/conversion/doc...
  3. Փոխարկել DOC TXT C++

    Փոխարկեք DOC ը TXT ձևաչափի C++ կոդով: Պահեք DOC որպես TXT օգտագործելով C++:...doc"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...

    products.aspose.com/words/hy/cpp/conversion/doc...
  4. Փոխարկել TEXT PDF C++

    Փոխարկեք TEXT ը PDF ձևաչափի C++ կոդով: Պահեք TEXT որպես PDF օգտագործելով C++:...txt"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...

    products.aspose.com/words/hy/cpp/conversion/tex...
  5. Cancelling save operation - Free Support Forum ...

    making a call to doc.save(filename, Saveoptions); for a large file sometimes takes several minutes - is there a way to notify the save to cancel or possibly a callback or java interface that can be used to cancel the sav…...save(filename, saveOptions); for a large file sometimes...

    forum.aspose.com/t/cancelling-save-operation/17...
  6. ImageColorMode enumeration | Aspose.Words for N...

    Aspose.Words.Saving.ImageColorMode enumeration. Specifies the color mode for the generated images of document pages....an image, we can pass a SaveOptions object to // select a color...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Saving::SaveOutputParameters cla...

    Aspose::Words::Saving::SaveOutputParameters class. This object is returned to the caller after a document is saved and contains additional information that has been generated or calculated during the save operation. The caller can use or ignore this object. To learn more, visit the documentation article in C++....C++ Aspose::Words::Saving::SaveOptions class Aspose::Words::Saving::SvgSaveOptions...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. Aspose::Words::IDocumentProcessorPlugin interfa...

    Aspose::Words::IDocumentProcessorPlugin interface. Defines an interface for external document processor plugin in C++....System::SharedPtr<Aspose::Words::Saving::SaveOptions>) Save the document loaded...

    reference.aspose.com/words/cpp/aspose.words/ido...
  9. ImageSaveOptions.use_gdi_emf_renderer property ...

    ImageSaveoptions.use_gdi_emf_renderer property. Gets or sets a value determining whether to use GDI+ or Aspose.Words metafile renderer when saving to EMF....EMF image, we can pass a SaveOptions object to select a renderer...

    reference.aspose.com/words/python-net/aspose.wo...
  10. PdfSaveOptions.digital_signature_details proper...

    PdfSaveoptions.digital_signature_details property. Gets or sets the details for signing the output PDF document...."digital_signature_details" object of the "SaveOptions" object to # digitally sign...

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