Skip to main content
A newer version of this page is available. .

MapPrintOptions.SizeMode Property

Gets or sets a value which specifies the size mode used to print the map.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v18.2.dll

Declaration

public MapPrintSizeMode SizeMode { get; set; }

Property Value

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.

MapPrintSizeMode_Zoom

Zoom

A map is resized proportionally (without clipping), so that it best fits the page on which it is printed.

MapPrintSizeMode_Zoom

Stretch

A map is stretched or shrunk to fit the page on which it is printed.

MapPrintSizeMode_Zoom

Property Paths

You can access this nested property as listed below:

Object Type Path to SizeMode
MapControl
.PrintOptions.SizeMode

Remarks

Use the MapControl.ShowPrintPreview method to see the result on-screen.

The following code snippets (auto-collected from DevExpress Examples) contain references to the SizeMode property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also