Skip to main content

PrintOptions.ToString() Method

Returns the print options object’s textual representation.

Namespace: DevExpress.XtraTreeMap.Printing

Assembly: DevExpress.XtraTreeMap.v24.1.dll

NuGet Package: DevExpress.TreeMap

Declaration

public override string ToString()

Returns

Type Description
String

The print options object’s textual representation.

Remarks

This method always returns “(PrintOptions)”.

See Also