Prints the currently displayed map.
Namespace:
Ptv.XServer.Controls.Map
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax void PrintMap(
bool useScaling,
string description
)
Sub PrintMap (
useScaling As Boolean,
description As String
)
void PrintMap(
bool useScaling,
String^ description
)
abstract PrintMap :
useScaling : bool *
description : string -> unit
Parameters
- useScaling
- Type: SystemBoolean
Flag indicating whether the map should be scaled to the paper size. - description
- Type: SystemString
Description text for the print document.
See Also