Skip to main content

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.v23.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