Sort Score
Result 10 results
Languages All
Labels All
Results 1,731 - 1,740 of 33,585 for

saveoptions

(0.1 sec)
  1. ShapeMarkupLanguage enumeration | Aspose.Words ...

    aspose.words.drawing.ShapeMarkupLanguage enumeration. Specifies Markup language used for the shape...."Compliance" property of the SaveOptions object to "OoxmlCompliance...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ImageSaveOptions.imageColorMode property | Aspo...

    ImageSaveoptions.imageColorMode property. Gets or sets the color mode for the generated images....an image, we can pass a SaveOptions object to // select a color...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. FileFormatInfo.is_encrypted property | Aspose.W...

    FileFormatInfo.is_encrypted property. Returns ``True`` if the document is encrypted and requires a password to open....Document () # Configure a SaveOptions object to encrypt the document...

    reference.aspose.com/words/python-net/aspose.wo...
  4. PdfDigitalSignatureDetails.Location | Aspose.Wo...

    Discover the PdfDigitalSignatureDetails Location property to easily manage and customize your document signing location for enhanced security and efficiency...."DigitalSignatureDeta" object of the "SaveOptions" object to // digitally sign...

    reference.aspose.com/words/net/aspose.words.sav...
  5. ImageSaveOptions.pixel_format property | Aspose...

    ImageSaveoptions.pixel_format property. Gets or sets the pixel format for the generated images....an image, we can pass a SaveOptions object to # select a pixel...

    reference.aspose.com/words/python-net/aspose.wo...
  6. HtmlSaveOptions.save_format property | Aspose.W...

    HtmlSaveoptions.save_format property. Specifies the format in which the document will be saved if this save options object is used...docx' ) # Use a SaveOptions object to specify the encoding...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Settings::CompatibilityOptions c...

    Aspose::Words::Settings::CompatibilityOptions class. Contains compatibility options (that is, the user preferences entered on the Compatibility tab of the Options dialog in Microsoft Word). To learn more, visit the documentation article in C++...."Compliance" property of the SaveOptions object to "OoxmlCompliance...follow that standard. auto saveOptions = System :: MakeObject <...

    reference.aspose.com/words/cpp/aspose.words.set...
  8. 使用 Aspose.Email.Outlook 管理消息文件|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... SaveOptions . default_oft ) print ( f...或 MailMessage 保存为 OFT 该 SaveOptions 是一个抽象基类,允许用户在将 MailMessage...

    docs.aspose.com/email/zh/python-net/managing-me...
  9. 关于groupShape.GetShapeRenderer().Save()的渲染问题 - F...

    我在使用如下代码将groupsharp保存为png图片,但是绘制内容质量不太行,是否有办法提高质量? ImageSaveoptions Saveoptions = new ImageSaveoptions(SaveFormat.Png) { Resolution = 300, PaperColor = Color.Transparent, GraphicsQualityOptions = new Graphic…... ImageSaveOptions saveOptions = new ImageSaveOptions(SaveFormat..."math_sample", imageName2), saveOptions); 读取出来的图片,三角边绘制的参差不齐的。 1271×1097...

    forum.aspose.com/t/groupshape-getshaperenderer-...
  10. Convert SVG to PDF in C# – Aspose.SVG for .NET

    Learn how to convert SVG to PDF programmatically or online and consider C# examples of SVG to PDF conversions using Aspose.SVG for .NET....PdfSaveOptions saveOptions = new PdfSaveOptions(); 8 saveOptions. BackgroundColor...Converter. ConvertSVG (document, saveOptions, Path. Combine (OutputDir...

    docs.aspose.com/svg/net/convert-svg-to-pdf/