PrintSizeMode Enum
Lists the values specifying size modes used when a map is printed or exported.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.2.dll
Declaration
Members
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. |
Related API Members
The following properties accept/return PrintSizeMode values:
Remarks
The following table demonstrates all available modes:
Mode | Sample |
---|---|
Normal | |
Stretch | |
Zoom |
See Also