IJobManagerExportJob(JobDefinition, String, String) Method |
Exports a job in the specified format to a given file path.
Namespace: RAYLASE.Marker.JobAssembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntaxvoid 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