Back to Devexpress

PrintSizeMode Enum

windowsforms-devexpress-dot-xtratreemap-836b95c8.md

latest1.6 KB
Original Source

PrintSizeMode Enum

Lists the values specifying size modes used when a map is printed or exported.

Namespace : DevExpress.XtraTreeMap

Assembly : DevExpress.XtraTreeMap.v25.2.dll

NuGet Package : DevExpress.TreeMap

Declaration

csharp
public enum PrintSizeMode
vb
Public Enum PrintSizeMode

Members

NameDescription
Normal

A hierarchical chart is printed in the identical size it appears on the form.

| | Zoom |

A hierarchical chart is resized proportionally (without clipping), to best fit the page on which it is printed.

| | Stretch |

A hierarchical chart is stretched or shrunk to fit the page on which it is printed.

|

The following properties accept/return PrintSizeMode values:

Remarks

The following table demonstrates all available modes:

ModeSample
Normal
Stretch
Zoom

See Also

DevExpress.XtraTreeMap Namespace