Back to Devexpress

PrintOptions.SizeMode Property

windowsforms-devexpress-dot-xtratreemap-dot-printing-dot-printoptions-fcd3678e.md

latest1.9 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.TreeMap

Declaration

csharp
[DefaultValue(PrintSizeMode.Normal)]
public PrintSizeMode SizeMode { get; set; }
vb
<DefaultValue(PrintSizeMode.Normal)>
Public Property SizeMode As PrintSizeMode

Property Value

TypeDefaultDescription
PrintSizeModeNormal

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

|

Available values:

NameDescription
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 TypePath to SizeMode
HierarchicalChartControlBase

.PrintOptions .SizeMode

|

See Also

PrintOptions Class

PrintOptions Members

DevExpress.XtraTreeMap.Printing Namespace