Click or drag to resize
CPDF3DExport2D Method
Export a 2D map to a PDF file.

Available since Oasis montaj version: 8.5.0
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static void Export2D(
	string str1,
	string str2,
	int i3,
	int i4,
	int i5
)

Parameters

str1
Type: SystemString
Input map file
str2
Type: SystemString
Output PDF file
i3
Type: SystemInt32
Create layers in PDF
i4
Type: SystemInt32
Geospatial PDF
i5
Type: SystemInt32
Open PDF after export
See Also