Sort Score
Result 10 results
Languages All
Labels All
Results 1,531 - 1,540 of 34,037 for

saveoptions

(0.18 sec)
  1. DocSaveOptions.save_picture_bullet property | A...

    DocSaveoptions.save_picture_bullet property. When ``False``, PictureBullet data is not saved to output document...By setting a flag in the SaveOptions object, # we can convert...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Convert SVG to Image, JPG, PNG, BMP, TIFF and G...

    Learn about supported SVG to Image conversion scenarios and how to execute them with Aspose.SVG. You will find C# examples and online SVG Converter...ImageSaveOptions 7 ImageSaveOptions saveOptions = new ImageSaveOptions(ImageFormat...Converter. ConvertSVG (document, saveOptions, Path. Combine (OutputDir...

    docs.aspose.com/svg/net/convert-svg-to-image/
  3. ImageSaveOptions.clone method | Aspose.Words fo...

    ImageSaveoptions.clone method. Creates a deep clone of this object....an image, we can pass a SaveOptions object to // select a pixel...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 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...
  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. 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...
  7. 使用 C# 製作 DOCX

    通過幾個步驟在 C# 中創建一個新的 DOCX。使用 .NET 庫輕鬆創建 DOCX。...bookmark"); var saveOptions = new PdfSaveOptions(); saveOptions.OutlineOptions...doc.Save("Output.docx", saveOptions); using Aspose.Words; var...

    products.aspose.com/words/zh-hant/net/make/docx/
  8. 使用 C# 製作 Markdown

    通過幾個步驟在 C# 中創建一個新的 Markdown。使用 .NET 庫輕鬆創建 Markdown。...bookmark"); var saveOptions = new PdfSaveOptions(); saveOptions.OutlineOptions...1); doc.Save("Output.md", saveOptions); using Aspose.Words; var...

    products.aspose.com/words/zh-hant/net/make/md/
  9. 使用 Java 製作 DOC

    通過幾個步驟在 Java 中創建一個新的 DOC。使用 Java 庫輕鬆創建 DOC。...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.getOutlineOptions()...1); doc.save("Output.doc", saveOptions); import com.aspose.words...

    products.aspose.com/words/zh-hant/java/make/doc/
  10. Convert WORD To JPG C#

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

    products.aspose.com/words/net/conversion/word-t...