Click or drag to resize

CEMAPPrint Method

Print the current map to current printer.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void Print(
	int entire_map,
	int scale_to_fit,
	int print_to_file,
	int all_pages,
	int centre,
	int copies,
	int first_page,
	int last_page,
	double scale_factor,
	int overlap_size,
	int offset_x,
	int offset_y,
	string file
)

public void Print(
	int entire_map,
	int scale_to_fit,
	int print_to_file,
	int all_pages,
	int centre,
	int copies,
	int first_page,
	int last_page,
	double scale_factor,
	int overlap_size,
	int offset_x,
	int offset_y,
	string file
)

Parameters

entire_map
Type: SystemInt32
lEntireMap (0 or 1)
scale_to_fit
Type: SystemInt32
lScaleToFit 0 - use scale factor 1 - fit to media 2 - fit to roll media
print_to_file
Type: SystemInt32
lPrintToFile(0 or 1)
all_pages
Type: SystemInt32
lAllPages (0 or 1)
centre
Type: SystemInt32
lCentre (0 or 1)
copies
Type: SystemInt32
lCopies
first_page
Type: SystemInt32
lFirstPage
last_page
Type: SystemInt32
lLastPage
scale_factor
Type: SystemDouble
dScaleFactor (2.0 doubles plot size)
overlap_size
Type: SystemInt32
lOverlapSize (mm)
offset_x
Type: SystemInt32
lOffsetX (mm)
offset_y
Type: SystemInt32
lOffsetY (mm)
file
Type: SystemString
szFile (if lPrintToFile==1)
See Also