 | 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
Syntaxpublic 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
)
Public Sub Print (
entire_map As Integer,
scale_to_fit As Integer,
print_to_file As Integer,
all_pages As Integer,
centre As Integer,
copies As Integer,
first_page As Integer,
last_page As Integer,
scale_factor As Double,
overlap_size As Integer,
offset_x As Integer,
offset_y As Integer,
file As String
)
Public Sub Print (
entire_map As Integer,
scale_to_fit As Integer,
print_to_file As Integer,
all_pages As Integer,
centre As Integer,
copies As Integer,
first_page As Integer,
last_page As Integer,
scale_factor As Double,
overlap_size As Integer,
offset_x As Integer,
offset_y As Integer,
file As String
)
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
)
member Print :
entire_map : int *
scale_to_fit : int *
print_to_file : int *
all_pages : int *
centre : int *
copies : int *
first_page : int *
last_page : int *
scale_factor : float *
overlap_size : int *
offset_x : int *
offset_y : int *
file : string -> unit
member Print :
entire_map : int *
scale_to_fit : int *
print_to_file : int *
all_pages : int *
centre : int *
copies : int *
first_page : int *
last_page : int *
scale_factor : float *
overlap_size : int *
offset_x : int *
offset_y : int *
file : string -> unit
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