windowsforms-devexpress-dot-xtratreemap-836b95c8.md
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
public enum PrintSizeMode
Public Enum PrintSizeMode
| Name | Description |
|---|---|
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:
The following table demonstrates all available modes:
| Mode | Sample |
|---|---|
| Normal | |
| Stretch | |
| Zoom |
See Also