MapPrintOptions Members
Contains map print options.Constructors
| Name | Description |
|---|---|
| MapPrintOptions() | Initializes a new instance of the MapPrintOptions class with default settings. |
Fields
| Name | Description |
|---|---|
| PrintMiniMapProperty static | Identifies the MapPrintOptions.PrintMiniMap dependency property. |
| SizeModeProperty static | Identifies the MapPrintOptions.SizeMode dependency property. |
Properties
| Name | Description |
|---|---|
| PrintMiniMap | Gets or sets a value indicating whether a mini map should be printed/exported. |
| SizeMode | Gets or sets a value which specifies the size mode used to print the map. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject. |
See Also