Click or drag to resize

ITemplateManagerApplyFillingTemplate(String, BaseMarkableVectorGraphic, Boolean) Method

Applies the filling template to the job element.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
void ApplyFillingTemplate(
	string templateName,
	BaseMarkableVectorGraphic jobElement,
	bool clearFillings
)

Parameters

templateName  String
Name of the filling template.
jobElement  BaseMarkableVectorGraphic
Job element the filling gets applied.
clearFillings  Boolean
If true, existing filling will be removed.
See Also