 | CGUIPrintFile Method |
Prints a file to current printer
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void PrintFile(
CGXNETCore gxNetShared,
string file
)
public static void PrintFile(
CGXNETCore gxNetShared,
string file
)
Public Shared Sub PrintFile (
gxNetShared As CGXNETCore,
file As String
)
Public Shared Sub PrintFile (
gxNetShared As CGXNETCore,
file As String
)
public:
static void PrintFile(
CGXNETCore^ gxNetShared,
String^ file
)
public:
static void PrintFile(
CGXNETCore^ gxNetShared,
String^ file
)
static member PrintFile :
gxNetShared : CGXNETCore *
file : string -> unit
static member PrintFile :
gxNetShared : CGXNETCore *
file : string -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - file
- Type: SystemString
Filename string
See Also