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

saveoptions

(0.18 sec)
  1. 使用 Javascript 製作 Markdown

    通過幾個步驟在 JavaScript 中創建一個新的 Markdown。使用 Node.js via .NET 庫輕鬆創建 Markdown。...endBookmark("Aspose bookmark") var saveOptions = new aw.Saving.PdfSaveOptions()...PdfSaveOptions() saveOptions.outlineOptions.bookmarksOutlineLeve.add("Aspose...

    products.aspose.com/words/zh-hant/nodejs-net/ma...
  2. 使用 Javascript 製作 DOC

    通過幾個步驟在 JavaScript 中創建一個新的 DOC。使用 Node.js via .NET 庫輕鬆創建 DOC。...endBookmark("Aspose bookmark") var saveOptions = new aw.Saving.PdfSaveOptions()...PdfSaveOptions() saveOptions.outlineOptions.bookmarksOutlineLeve.add("Aspose...

    products.aspose.com/words/zh-hant/nodejs-net/ma...
  3. SaveOutputParameters class | Aspose.Words for P...

    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...saving SaveOptions class SvgSaveOptions class...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ImageSaveOptions.ThresholdForFloydSteinbergDith...

    Optimize your images with the ImageSaveoptions Threshold for Floyd-Steinberg Dithering. Control binarization error for stunning results in image processing....as a TIFF, we can pass a SaveOptions object to // adjust the dithering...

    reference.aspose.com/words/net/aspose.words.sav...
  5. ImageBinarizationMethod Enum | Aspose.Words for...

    Discover the Aspose.Words.ImageBinarizationMethod enum for effective image binarization. Optimize your document processing with advanced techniques....as a TIFF, we can pass a SaveOptions object to // adjust the dithering...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Convert PDF To Image C#

    Convert PDF to Image format in C# code. Save PDF as Image using C#....pdf" ); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/net/conversion/pdf-to...
  7. Convert HTML To Image C#

    Convert HTML to Image format in C# code. Save HTML as Image using C#....html" ); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/net/conversion/html-t...
  8. Convert WORD To PNG C#

    Convert a Word document to PNG format in C# code. Save a Word document as PNG using C#....docx" ); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/net/conversion/word-t...
  9. Convert HTML To JPG C#

    Convert HTML to JPG format in C# code. Save HTML as JPG using C#....html" ); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/net/conversion/html-t...
  10. Convert HTML To JPG Java

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

    products.aspose.com/words/java/conversion/html-...