wpf-devexpress-dot-xpf-dot-map-dot-mapprintoptions-cb15789e.md
Gets or sets a value which specifies the size mode used to print the map.
Namespace : DevExpress.Xpf.Map
Assembly : DevExpress.Xpf.Map.v25.2.dll
NuGet Package : DevExpress.Wpf.Map
public MapPrintSizeMode SizeMode { get; set; }
Public Property SizeMode As MapPrintSizeMode
| Type | Description |
|---|---|
| MapPrintSizeMode |
A MapPrintSizeMode enumeration value, which specifies the size mode used to print the map.
|
Available values:
| Name | Description |
|---|---|
| Normal |
A map is printed in the identical size it appears on the form.
| | Zoom |
A map is resized proportionally (without clipping), so that it best fits the page on which it is printed.
| | Stretch |
A map is stretched or shrunk to fit the page on which it is printed.
|
You can access this nested property as listed below:
| Object Type | Path to SizeMode |
|---|---|
| MapControl |
.PrintOptions .SizeMode
|
Use the MapControl.ShowPrintPreview method to see the result on-screen.
See Also