IJobManagerRenderAsBitmapDpi Method |
Stores job workspace as bitmap.
Namespace: RAYLASE.Marker.JobAssembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntaxvoid RenderAsBitmapDpi(
JobDefinition jobDefinition,
string filePath,
double dpi,
double strokeWidth,
Color background,
Color? foreground = null
)
Parameters
- jobDefinition JobDefinition
- JobDefinition to render.
- filePath String
- File name containing path.
- dpi Double
- Resolution of the bitmap.
- strokeWidth Double
- With of the rendered contours [µm].
- background Color
- Background color for the bitmap.
- foreground NullableColor (Optional)
Remarks
See Also