 | 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
Syntaxpublic 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
)
Public Shared Sub Export2D (
input_map As String,
output_file As String,
create_layersin_pdf As Integer,
geospatial_pdf As Integer,
open_pdf As Integer
)
Public Shared Sub Export2D (
input_map As String,
output_file As String,
create_layersin_pdf As Integer,
geospatial_pdf As Integer,
open_pdf As Integer
)
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
)
static member Export2D :
input_map : string *
output_file : string *
create_layersin_pdf : int *
geospatial_pdf : int *
open_pdf : int -> unit
static member Export2D :
input_map : string *
output_file : string *
create_layersin_pdf : int *
geospatial_pdf : int *
open_pdf : int -> unit
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