XpsSaveOptions Class
Represents options for saving to XML Paper Specification file format.
public sealed class XpsSaveOptions : SaveOptionsPublic NotInheritable Class XpsSaveOptions
Inherits SaveOptions- Inheritance:
- System.ObjectXpsSaveOptions
Constructors
XpsSaveOptions()
Initializes a new instance of the XpsSaveOptions class.
Properties
RenderingMode
Gets or sets the rendering mode used when saving the content to an XML Paper Specification (XPS) file.
public RenderingMode RenderingMode { get; set; }Public Property RenderingMode As RenderingModeProperty Value
The rendering mode used when saving the content to an XML Paper Specification (XPS) file.
Exceptions
- System.NotSupportedException
The rendering mode is not supported because of the reasons explained in the exception's System.Exception.Message.
Inherited Properties
| Image | Gets the default saving options for image file format. Image will be saved in Bmp format. (Inherited from SaveOptions) |
Gets the default saving options for Portable Document Format (PDF). (Inherited from SaveOptions) | |
| Xps | Gets the default saving options for XML Paper Specification (XPS) format. (Inherited from SaveOptions) |