XpsDocumentOptions Class
Contains options which specify the Document Properties of the created XPS file.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[TypeConverter(typeof(LocalizableExpandableObjectTypeConverter))]
public class XpsDocumentOptions :
ICloneable
Related API Members
The following members return XpsDocumentOptions objects:
Remarks
The instance of this class is returned by the XpsExportOptions.DocumentOptions property.
The main Document Properties are:
- XpsDocumentOptions.Category
- XpsDocumentOptions.Creator
- XpsDocumentOptions.Description
- XpsDocumentOptions.Keywords
- XpsDocumentOptions.Subject
- XpsDocumentOptions.Title
- XpsDocumentOptions.Version
Inheritance
Object
XpsDocumentOptions
See Also