Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 32,777 for

saveoptions

(0.06 sec)
  1. Aspose::Words::Drawing::Fill::get_BackColor met...

    Aspose::Words::Drawing::Fill::get_BackColor method. Gets or sets a Color object that represents the background color for the fill in C++.... auto saveOptions = System :: MakeObject <...:: OoxmlSaveOptions > (); saveOptions -> set_Compliance ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. GraphicsQualityOptions.UseTileFlipMode | Aspose...

    Discover the GraphicsQualityOptions UseTileFlipMode property to control WrapMode settings for enhanced visual quality in your applications....GetShapeRenderer (); ImageSaveOptions saveOptions = new ImageSaveOptions (..."ImageSaveOptions.UseTileFlipMode.png" , saveOptions ); See Also class GraphicsQualityOptio...

    reference.aspose.com/words/net/aspose.words.sav...
  3. 在 .NET 中将 PDF 转换为 PowerPoint|Aspose.PDF for .NET

    Aspose.PDF 允许您使用 .NET 将 PDF 转换为 PPT(PowerPoint)格式。 一种方法是将 PDF 转换为 PPTX,并将幻灯片作为图像。...PptxSaveOptions object var saveOptions = new Aspose . Pdf . PptxSaveOptions...+ "PDFToPPT_out.pptx" , saveOptions ); } } 将 PDF 转换为 PPTX 并将幻灯片作为图像...

    docs.aspose.com/pdf/zh/net/convert-pdf-to-power...
  4. HtmlFixedSaveOptions.UseTargetMachineFonts | As...

    Discover how the UseTargetMachineFonts property in HtmlFixedSaveoptions enhances document display by utilizing target machine fonts. Optimize your font management today!...); HtmlFixedSaveOptions saveOptions = new HtmlFixedSaveOptions...UsingMachineFonts.html" , saveOptions ); string outDocContents...

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

    Discover Aspose.Words.Saving.ExportFontFormat enum for optimal font export when rendering to HTML fixed format. Enhance your document's visual quality!...); HtmlFixedSaveOptions saveOptions = new HtmlFixedSaveOptions...UsingMachineFonts.html" , saveOptions ); string outDocContents...

    reference.aspose.com/words/net/aspose.words.sav...
  6. MetafileRenderingOptions.emulateRasterOperation...

    MetafileRenderingOptions.emulateRasterOperations property. Gets or sets a value determining whether or not the raster operations should be emulated.... let saveOptions = new aw . Saving . PdfSaveOptions...PdfSaveOptions (); saveOptions . metafileRenderingOpt = metafileRenderingOpt...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::FileFormatInfo::get_LoadFormat m...

    Aspose::Words::FileFormatInfo::get_LoadFormat method. Gets the detected document format in C++....Document > (); // Configure a SaveOptions object to encrypt the document...save the document. auto saveOptions = System :: MakeObject <...

    reference.aspose.com/words/cpp/aspose.words/fil...
  8. Compress JPG In Java

    Compress JPG in Java without losing quality. Optimize JPG content, reduce file size easily....jpg" ); ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...(SaveFormat.JPEG); saveOptions.setJpegQuality( 50 ); shape.getShapeRenderer()...

    products.aspose.com/words/java/compress/jpg/
  9. Սեղմել WORD Ը Java Ում

    Սեղմեք WORD ը Java ում՝ առանց որակի կորստի: Օպտիմալացրեք WORD բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions (); saveOptions.setC...doc.save( "Output.docx" , saveOptions); import com.aspose.words...

    products.aspose.com/words/hy/java/compress/word/
  10. Specify Save Options in Java|Aspose.Words for Java

    Set advanced properties when saving a document using Java to provide more precise control over the process....Words provides you with the SaveOptions class, which allows more...Save method that accept a SaveOptions object – it should be an...

    docs.aspose.com/words/java/specify-save-options/