Skip to main content
A newer version of this page is available. .

XpsDocumentOptions.Creator Property

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

Namespace: DevExpress.XtraPrinting

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

Declaration

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

Property Value

Type Default Description
String String.Empty

A String which stores a Creator.

Property Paths

You can access this nested property as listed below:

Object Type Path to Creator
XpsExportOptions
.DocumentOptions.Creator

Remarks

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

See Also