Click or drag to resize

FormsMapPrintMap Method

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
public void PrintMap(
	bool useScaling,
	string description
)

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.

Implements

IMapPrintMap(Boolean, String)
See Also