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

PrintOptions.ToString() Method

Returns the print options object’s textual representation.

Namespace: DevExpress.XtraTreeMap.Printing

Assembly: DevExpress.XtraTreeMap.v19.1.dll

Declaration

public override string ToString()

Returns

Type Description
String

The print options object’s textual representation.

Remarks

This method always returns “(PrintOptions)”.

See Also