PrintOptions.ToString() Method
Returns the print options object’s textual representation.
Namespace: DevExpress.XtraTreeMap.Printing
Assembly: DevExpress.XtraTreeMap.v25.1.dll
NuGet Package: DevExpress.TreeMap
Declaration
Returns
| Type | Description |
|---|---|
| String | The print options object’s textual representation. |
Remarks
This method always returns “(PrintOptions)”.
See Also