Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 33,745 for

saveoptions

(1.98 sec)
  1. Rendering Resource Usage and Resource Sheet Vie...

    Learn how to read Microsoft Project resource usage and resource sheet views using Aspose.Tasks for Java.... Initiate the SaveOptions object with the required...mpp" ); 7 // Define the SaveOptions with required TimeScale settings...

    docs.aspose.com/tasks/java/rendering-resource-u...
  2. Compress DOC In Javascript

    Compress DOC in JavaScript without losing quality. Optimize DOC content, reduce file size easily....setImage(compressedImageBuffe); } } var saveOptions = new aw.Saving.PdfSaveOptions()...PdfSaveOptions() saveOptions.cacheBackgroundGraph = true doc.save("Output...

    products.aspose.com/words/nodejs-net/compress/doc/
  3. Convert DOC To JPG C++

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

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

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

    products.aspose.com/words/cpp/conversion/text-t...
  5. Convert HTML To JPG C++

    Convert HTML to JPG format in C++ code. Save HTML as JPG using C++....html" ); auto saveOptions = MakeObject <ImageSaveO...get_PageCount (); page++) { saveOptions-> set_PageSet ( MakeObject...

    products.aspose.com/words/cpp/conversion/html-t...
  6. Convert WORD To Image C++

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

    products.aspose.com/words/cpp/conversion/word-t...
  7. Փոխարկել WORD TIFF C++

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

    products.aspose.com/words/hy/cpp/conversion/wor...
  8. SaveOptions.useHighQualityRendering property | ...

    Saveoptions.useHighQualityRendering property. Gets or sets a value determining whether or not to use high quality (i.e...useHighQualityRender property SaveOptions.useHighQualityRender property...Words.Saving class SaveOptions SaveOptions.useAntiAliasing property...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Convert HTML To SVG C++

    Convert HTML to SVG format in C++ code. Save HTML as SVG using C++....html" ); auto saveOptions = MakeObject <ImageSaveO...get_PageCount (); page++) { saveOptions-> set_PageSet ( MakeObject...

    products.aspose.com/words/cpp/conversion/html-t...
  10. Cropped images do not render properly in HTML w...

    Hi, When converting DOCX to HTML, we set ScaleImageToShapeSize is set to false. This is to work around a sizing issue reported in https://forum.aspose.com/t/images-in-rendered-html-have-extra-size-and-caused-blurry-outp…...docx"); var saveOptions = new HtmlSaveOptions { ...doc.Save(@".\test.html", saveOptions); As mentioned above, we...

    forum.aspose.com/t/cropped-images-do-not-render...