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

PrintOptions.SizeMode Property

Gets or sets the size mode that the Control uses by default to be printed.

Namespace: DevExpress.XtraTreeMap.Printing

Assembly: DevExpress.XtraTreeMap.v24.2.dll

NuGet Package: DevExpress.TreeMap

#Declaration

[DefaultValue(PrintSizeMode.Normal)]
public PrintSizeMode SizeMode { get; set; }

#Property Value

Type Default Description
PrintSizeMode Normal

The value that specifies the size mode that the Control uses by default to be printed.

Available values:

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.

#Property Paths

You can access this nested property as listed below:

Object Type Path to SizeMode
HierarchicalChartControlBase
.PrintOptions .SizeMode
See Also