Click or drag to resize

CPDF3DRenderToPage Method

Render a voxel, voxsurf and/or gensurf to a specified page on a pdf

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void RenderToPage(
	CMVIEW mview,
	string file_name,
	int page_number,
	int resolution,
	int no_clip
)

public static void RenderToPage(
	CMVIEW mview,
	string file_name,
	int page_number,
	int resolution,
	int no_clip
)

Parameters

mview
Type: GeoEngine.Core.GXNetCMVIEW
MVIEW handle
file_name
Type: SystemString
Filename
page_number
Type: SystemInt32
Page number
resolution
Type: SystemInt32
Resolution
no_clip
Type: SystemInt32
Noclipping
See Also