Gets or sets Options that represents export options to XPS format.

Namespace:  PerpetuumSoft.Reporting.Export.Xps.ShapeAdapters
Assembly:  PerpetuumSoft.Reporting.Export.Xps (in PerpetuumSoft.Reporting.Export.Xps.dll) Version: 3.9.0.1

Syntax

C#
public Options DocumentOptions { get; }
Visual Basic (Declaration)
Public ReadOnly Property DocumentOptions As Options
Visual C++
public:
property Options^ DocumentOptions {
	Options^ get ();
}

See Also