Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

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