Skip to main content

PrintSizeMode Enum

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

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

public enum PrintSizeMode

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 TreeMap__PrintSizeMode--Normal
Stretch TreeMap__PrintSizeMode--Stretch
Zoom TreeMap__PrintSizeMode--Zoom
See Also