GemBox.Pdf
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    SaveOptions Class

    Namespace:
    GemBox.Pdf
    Assembly:
    GemBox.Pdf.dll

    Represents a base class for saving options of various file formats.

    • C#
    • VB.NET
    public abstract class SaveOptions
    Public MustInherit Class SaveOptions
    Inheritance:
    System.Object
    SaveOptions
    Derived
    ImageSaveOptions
    PdfSaveOptions
    XpsSaveOptions

    Properties

    Image

    Gets the default saving options for image file format. Image will be saved in Bmp format.

    • C#
    • VB.NET
    public static ImageSaveOptions Image { get; }
    Public Shared ReadOnly Property Image As ImageSaveOptions
    Property Value
    ImageSaveOptions

    The default saving options for image file format.

    Remarks

    This property always returns a new instance of ImageSaveOptions class initialized with default constructor.

    Pdf

    Gets the default saving options for Portable Document Format (PDF).

    • C#
    • VB.NET
    public static PdfSaveOptions Pdf { get; }
    Public Shared ReadOnly Property Pdf As PdfSaveOptions
    Property Value
    PdfSaveOptions

    The default saving options for Portable Document Format (PDF).

    Remarks

    This property always returns a Default instance.

    Xps

    Gets the default saving options for XML Paper Specification (XPS) format.

    • C#
    • VB.NET
    public static XpsSaveOptions Xps { get; }
    Public Shared ReadOnly Property Xps As XpsSaveOptions
    Property Value
    XpsSaveOptions

    The default saving options for XML Paper Specification (XPS) format.

    Remarks

    This property always returns a new instance of XpsSaveOptions class initialized with default constructor.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.