Click or drag to resize

IJobManagerRenderAsBitmapDpi Method

Stores job workspace as bitmap.

Namespace: RAYLASE.Marker.Job
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
void 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
Use Workspace and WorkspaceOffset for defining the scope of the rendered job.
See Also