Sort Score
Result 10 results
Languages All
Labels All
Results 5,641 - 5,650 of 146,557 for

save

(0.05 sec)
  1. Get Barcode Type and Encoded Data|Documentation

    This article describes how to read barcode parameters... Save ( $"{path}QRCodetext.png" ,...TwoDDisplayText = "Bytes mode" ; gen . Save ( $"{path}ExtCodeBytes.png"...

    docs.aspose.com/barcode/net/get-barcode-type-an...
  2. HtmlSaveOptions.css_class_name_prefix property ...

    HtmlSaveOptions.css_class_name_prefix property. Specifies a prefix which is added to all CSS class names... Examples Shows how to save a document to HTML, and add...docx' ) save_options = aw . saving . HtmlSaveOptions () save_options...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FontSavingArgs.font_stream property | Aspose.Wo...

    FontSavingArgs.font_stream property. Allows to specify the stream where the font will be Saved to....stream where the font will be saved to. @property def font_stream...This property allows you to save fonts to streams instead of...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ImageColorMode enumeration | Aspose.Words for N...

    Aspose.Words.Saving.ImageColorMode enumeration. Specifies the color mode for the generated images of document pages....jpg" ); // When we save the document as an image, we...mode for the image that the saving operation will generate. //...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. PdfZoomBehavior Enum | Aspose.Words for .NET

    Discover Aspose.Words.PdfZoomBehavior enum for customizable PDF zoom settings. Enhance user experience with tailored viewing options in PDF documents....can pass to the document's "Save" method // to modify how that...1/4 of its actual size. doc . Save ( ArtifactsDir + "PdfSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  6. PdfSaveOptions.zoom_behavior property | Aspose....

    PdfSaveOptions.zoom_behavior property. Gets or sets a value determining what type of zoom should be applied when a document is opened with a PDF viewer.... saving . PdfZoomBehavior : ... @zoom_behavior..., value : aspose . words . saving . PdfZoomBehavior ): ... Remarks...

    reference.aspose.com/words/python-net/aspose.wo...
  7. DocumentSavingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.Saving.DocumentSavingArgs class, essential for handling document saving events efficiently in your applications.... To learn more, visit the Save a Document documentation article...to manage a document while saving to html. public void ProgressCallback...

    reference.aspose.com/words/net/aspose.words.sav...
  8. FontSavingArgs.font_file_name property | Aspose...

    FontSavingArgs.font_file_name property. Gets or sets the file name (without path) where the font will be Saved to....path) where the font will be saved to. @property def font_file_name...the value of this property to save the font into a different file...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Working with the Reflection Effect of Shape or ...

    Learn how to work with the reflection effect of shapes or charts using Aspose.Cells with C++....Reflection class and then saves the workbook in the output excel...80 ); // Save the workbook in xlsx format wb . Save ( outputFilePath...

    docs.aspose.com/cells/cpp/working-with-the-refl...
  10. Insert Timeline with C++|Documentation

    Learn how to create a timeline with Aspose.Cells using C++.... Finally, it saves the workbook in output XLSX...GetTimelines (). Get ( index ); // Save the modified workbook U16String...

    docs.aspose.com/cells/cpp/create-timeline/