Click or drag to resize

CPDF3DExport2D Method

Export a 2D map to a PDF file.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void Export2D(
	string input_map,
	string output_file,
	int create_layersin_pdf,
	int geospatial_pdf,
	int open_pdf
)

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

Parameters

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