Skip to main content

XpsDocumentOptions.Category Property

Gets or sets the string to be added as a Category property of the resulting XPS file.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue("")]
public string Category { get; set; }

Property Value

Type Default Description
String String.Empty

A String which stores a Category.

Property Paths

You can access this nested property as listed below:

Object Type Path to Category
XpsExportOptions
.DocumentOptions .Category

Remarks

Use the Category property along with the other properties of the XpsDocumentOptions class to specify Document Properties of the resulting XPS file.

See Also