Click or drag to resize

IJobManagerExportJob(JobDefinition, String, String) Method

Exports a job in the specified format to a given file path.

Namespace: RAYLASE.Marker.Job
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
void ExportJob(
	JobDefinition jobDefinition,
	string filePath,
	string fileType
)

Parameters

jobDefinition  JobDefinition
The job definition.
filePath  String
The target file path.
fileType  String
The type of the job file format. Supported are .dxf, .plt, .pdf, .cgm, .emf and .wmf.
See Also