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

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

Syntax

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

See Also