XpsDocumentOptions Properties
Contains options which specify the Document Properties of the created XPS file.| Name | Description |
|---|---|
| Category | Gets or sets the string to be added as a Category property of the resulting XPS file. |
| Creator | Gets or sets the string to be added as a Creator property of the resulting XPS file. |
| Description | Gets or sets the string to be added as a Description property of the resulting XPS file. |
| Keywords | Gets or sets the string to be added as a Keywords property of the resulting XPS file. |
| Subject | Gets or sets the string to be added as a Subject property of the resulting XPS file. |
| Title | Gets or sets the string to be added as a Title property of the resulting XPS file. |
| Version | Gets or sets the string to be added as a Version property of the resulting XPS file. |
See Also