SaveOptions Class
Represents a base class for saving options of various file formats.
- Inheritance:
- System.ObjectSaveOptions
- Derived
Properties
ContentType
Gets the content-type for this specific file format as defined in the RFC 2616.
public abstract string ContentType { get; }
Public MustOverride ReadOnly Property ContentType As String
Property Value
- System.String
The content-type for this specific file format.
See Also
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 new instance of PdfSaveOptions class initialized with default constructor.
Pptx
Gets the default saving options for PowerPoint Presentation (PPTX) format.
public static PptxSaveOptions Pptx { get; }
Public Shared ReadOnly Property Pptx As PptxSaveOptions
Property Value
The default saving options for PowerPoint Presentation (PPTX) format.
Remarks
This property always returns a new instance of PptxSaveOptions class initialized with default constructor.
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.