A newer version of this page is available.
Switch to the current version.
XpsDocumentOptions.Description Property
Gets or sets the string to be added as a Description property of the resulting XPS file.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[DefaultValue("")]
[XtraSerializableProperty]
public string Description { get; set; }
<DefaultValue("")>
<XtraSerializableProperty>
Public Property Description As String
Property Value
Type | Default | Description |
---|---|---|
String | A String which stores a Description. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Description |
---|---|---|
Cross-Platform Class Library | XpsExportOptions |
|
WPF Controls | ExportOptionsContainer |
|
PrintingSystem |
|
Remarks
Use the Description property along with the other properties of the XpsDocumentOptions class to specify Document Properties of the resulting XPS file.
See Also
Feedback