Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 31,259 for

saveoptions

(0.1 sec)
  1. Aspose::Words::Drawing::GradientStopCollection:...

    Aspose::Words::Drawing::GradientStopCollection::idx_get method. Gets or sets a GradientStop object in the collection in C++.... auto saveOptions = System :: MakeObject <...:: OoxmlSaveOptions > (); saveOptions -> set_Compliance ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Aspose::Words::Drawing::Fill::get_GradientStops...

    Aspose::Words::Drawing::Fill::get_GradientStops method. Gets a collection of GradientStop objects for the fill in C++.... auto saveOptions = System :: MakeObject <...:: OoxmlSaveOptions > (); saveOptions -> set_Compliance ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. ImageSaveOptions.PageSet | Aspose.Words for .NET

    Discover the ImageSaveoptions PageSet property to customize your document rendering. Control which pages to save for optimized output. Explore now!... // We can pass a SaveOptions object to specify a different...render. ImageSaveOptions saveOptions = new ImageSaveOptions (...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Get Max Range In A Worksheet with Node.js via C...

    This article describes how to get the max range, max data range, and max display range of Excel files using Aspose.Cells for Node.js via C++....the range to html const saveOptions = new AsposeCells . HtmlSaveOptions...HtmlSaveOptions (); saveOptions . setExportActiveWorks ( true );...

    docs.aspose.com/cells/nodejs-cpp/get-max-range-...
  5. MetafileRenderingOptions class | Aspose.Words f...

    Aspose.Words.Saving.MetafileRenderingOptions class. Allows to specify additional metafile rendering options... let saveOptions = new aw . Saving . PdfSaveOptions...PdfSaveOptions (); saveOptions . metafileRenderingOpt = metafileRenderingOpt...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ReportBuilder.BuildReportToImages | Aspose.Word...

    Transform your template documents effortlessly with ReportBuilder's BuildReportToImages method, combining data from various sources into stunning images....inputFileName , ImageSaveOptions saveOptions , object [] data , string...String The input file name. saveOptions ImageSaveOptions The output’s...

    reference.aspose.com/words/net/aspose.words.low...
  7. Merger.merge method | Aspose.Words for Python

    aspose.words.lowcode.Merger.merge method... SaveOptions , merge_format_mode : aspose...file names. save_options SaveOptions The save options. merge_format_mode...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Use LightCells API build xls ,throw Exception O...

    using Aspose.Cells; namespace ConsoleApp17 { public class WriteUsingLightCellsAPI { public static void Run() { // The path to the documents directory. var fileName = $“F:\temp\{DateTime.Now:yyyyMMHHmmss}.xls”; …...workbook = new Workbook(); var saveOptions = new XlsSaveOptions(); //...//var saveOptions = new OoxmlSaveOptions(); saveOptions.LightCellsDataProvid...

    forum.aspose.com/t/use-lightcells-api-build-xls...
  9. 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/
  10. Make PDF Using C#

    Make a new PDF in C# in a few steps. Easily create PDF using .NET library....bookmark"); var saveOptions = new PdfSaveOptions(); saveOptions.OutlineOptions...1); doc.Save("Output.pdf", saveOptions); using Aspose.Words; var...

    products.aspose.com/words/net/make/pdf/