Click or drag to resize
CEMAPPrint Method
Print the current map to current printer.

Available since Oasis montaj version: 5.0.0
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public void Print(
	int i1,
	int i2,
	int i3,
	int i4,
	int i5,
	int i6,
	int i7,
	int i8,
	double d9,
	int i10,
	int i11,
	int i12,
	string str13
)

Parameters

i1
Type: SystemInt32
lEntireMap (0 or 1)
i2
Type: SystemInt32
lScaleToFit 0 - use scale factor 1 - fit to media 2 - fit to roll media
i3
Type: SystemInt32
lPrintToFile(0 or 1)
i4
Type: SystemInt32
lAllPages (0 or 1)
i5
Type: SystemInt32
lCentre (0 or 1)
i6
Type: SystemInt32
lCopies
i7
Type: SystemInt32
lFirstPage
i8
Type: SystemInt32
lLastPage
d9
Type: SystemDouble
dScaleFactor (2.0 doubles plot size)
i10
Type: SystemInt32
lOverlapSize (mm)
i11
Type: SystemInt32
lOffsetX (mm)
i12
Type: SystemInt32
lOffsetY (mm)
str13
Type: SystemString
szFile (if lPrintToFile==1)
See Also