Back to Devexpress

PrintOptions.PrintMiniMap Property

windowsforms-devexpress-dot-xtramap-dot-printing-dot-printoptions.md

latest1.5 KB
Original Source

PrintOptions.PrintMiniMap Property

Gets or sets a value indicating whether a mini map should be printed/exported.

Namespace : DevExpress.XtraMap.Printing

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(false)]
public bool PrintMiniMap { get; set; }
vb
<DefaultValue(False)>
Public Property PrintMiniMap As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if a mini map should be printed/exported, otherwise false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PrintMiniMap
MapControl

.PrintOptions .PrintMiniMap

|

See Also

PrintOptions Class

PrintOptions Members

DevExpress.XtraMap.Printing Namespace