IJobManagerRenderAsBitmap(JobDefinition, String, Int32) Method |
Stores job workspace as bitmap.
Namespace: RAYLASE.Marker.JobAssembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntaxvoid RenderAsBitmap(
JobDefinition jobDefinition,
string filePath,
int imageSize
)
Parameters
- jobDefinition JobDefinition
- JobDefinition to render.
- filePath String
- File name containing path.
- imageSize Int32
- Size of the larger image edge in pixel.
Remarks
See Also