SaveOptions Class
Represents a base class for saving options of various file formats.
- Inheritance:
- System.ObjectSaveOptions
- Derived
Properties
Image
Gets the default saving options for image file format. Image will be saved in Bmp format.
public static ImageSaveOptions Image { get; }
Public Shared ReadOnly Property Image As ImageSaveOptions
Property Value
The default saving options for image file format.
Remarks
This property always returns a new instance of ImageSaveOptions class initialized with default constructor.
Gets the default saving options for Portable Document Format (PDF).
public static PdfSaveOptions Pdf { get; }
Public Shared ReadOnly Property Pdf As PdfSaveOptions
Property Value
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.
public static XpsSaveOptions Xps { get; }
Public Shared ReadOnly Property Xps As XpsSaveOptions
Property Value
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.