Click or drag to resize

CPDF3DExport2D Method

Export a 2D map to a PDF file.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void Export2D(
	CGXNETCore gxNetShared,
	string input_map,
	string output_file,
	int create_layersin_pdf,
	int geospatial_pdf,
	int open_pdf
)

public static void Export2D(
	CGXNETCore gxNetShared,
	string input_map,
	string output_file,
	int create_layersin_pdf,
	int geospatial_pdf,
	int open_pdf
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
input_map
Type: SystemString
Input map file
output_file
Type: SystemString
Output PDF file
create_layersin_pdf
Type: SystemInt32
Create layers in PDF
geospatial_pdf
Type: SystemInt32
Geospatial PDF
open_pdf
Type: SystemInt32
Open PDF after export
See Also