A newer version of this page is available.
Switch to the current version.
PrintOptions.SizeMode Property
Gets or sets a value which specifies the size mode used to print the map.
Namespace: DevExpress.XtraMap.Printing
Assembly: DevExpress.XtraMap.v19.2.dll
Declaration
[DefaultValue(MapPrintSizeMode.Normal)]
public MapPrintSizeMode SizeMode { get; set; }
<DefaultValue(MapPrintSizeMode.Normal)>
Public Property SizeMode As MapPrintSizeMode
Property Value
Type | Default | Description |
---|---|---|
MapPrintSizeMode | Normal |
A MapPrintSizeMode enumeration value which specifies the size mode used to print the map. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to SizeMode |
---|---|
MapControl |
|
Remarks
Use the MapControl.ShowPrintPreview method to see the result on-screen.
See Also
Feedback