Sort Score
Result 10 results
Languages All
Labels All
Results 2,001 - 2,010 of 33,585 for

saveoptions

(0.15 sec)
  1. Aspose::Words::Saving::ImageSaveOptions::get_Im...

    Aspose::Words::Saving::ImageSaveoptions::get_ImageContrast method. Gets or sets the contrast for the generated images in C++....an image, we can pass a SaveOptions object to // edit the image...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. HtmlSaveOptions.ExportPageMargins | Aspose.Word...

    Discover how the HtmlSaveoptions ExportPageMargins property enhances your HTML, MHTML, and EPUB exports by controlling page margins for a polished presentation....document to HTML, we can pass a SaveOptions object // to decide whether...

    reference.aspose.com/words/net/aspose.words.sav...
  3. HtmlSaveOptions.export_headers_footers_mode pro...

    HtmlSaveoptions.export_headers_footers_mode property. Specifies how headers and footers are output to HTML, MHTML or EPUB... # We can use a SaveOptions object to omit headers/footers...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 将 PDF 转换为图像格式|Aspose.PDF for Java

    本主题向您展示如何使用 Aspose.PDF 将 PDF 转换为各种图像格式。只需几行代码即可将 PDF 页面转换为 PNG、JPEG、BMP 图像。...转换是使用 Device 和 SaveOption 完成的。 库中有几个类允许您使用虚拟设备转换图像。DocumentDevice...使用 SaveOptions 类转换 PDF 本文的这一部分向您展示如何使用 Java 和 SaveOptions 类将...

    docs.aspose.com/pdf/zh/java/convert-pdf-to-imag...
  5. IFontSavingCallback class | Aspose.Words for No...

    Aspose.Words.Saving.IFontSavingCallback class. Implement this interface if you want to receive notifications and control how Aspose.Words saves fonts when exporting a document to HTML format....docx" ); // Configure a SaveOptions object to export fonts to...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. HtmlSaveOptions.exportPageMargins property | As...

    HtmlSaveoptions.exportPageMargins property. Specifies whether page margins is exported to HTML, MHTML or EPUB...document to HTML, we can pass a SaveOptions object // to decide whether...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. HtmlSaveOptions.export_shapes_as_svg property |...

    HtmlSaveoptions.export_shapes_as_svg property. Controls whether [Shape](../../../aspose.words.drawing/shape/) nodes are converted to SVG images when saving to HTML, MHTML, EPUB or AZW3...document to HTML, we can pass a SaveOptions object # to determine how...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Saving::HtmlSaveOptions::get_Exp...

    Aspose::Words::Saving::HtmlSaveoptions::get_ExportPageMargins method. Specifies whether page margins is exported to HTML, MHTML or EPUB. Default is false in C++....document to HTML, we can pass a SaveOptions object // to decide whether...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Transfer Excel Range formatting to word Table f...

    https://forum.aspose.com/t/transfer-excel-range-formatting-to-word-table-formatting/308267/9 请回复一下我发的信息...RefersTo; DocxSaveOptions saveOptions = new DocxSaveOptions();...Save(“C:\my\path\Adhirath Excel Doc.Docx”, saveOptions); Adhirath Excel Doc.zip...

    forum.aspose.com/t/transfer-excel-range-formatt...
  10. 将 SVG 转换为 XPS – C# 示例

    您将学习如何以编程方式或在线将 SVG 转换为 XPS,并考虑使用 Aspose.SVG 将 SVG 转换为 XPS 的 C# 示例。...XpsSaveOptions saveOptions = new XpsSaveOptions(); 8 saveOptions. BackgroundColor...Converter. ConvertSVG (document, saveOptions, Path. Combine (OutputDir...

    docs.aspose.com/svg/zh/net/convert-svg-to-xps/