ITemplateManagerApplyFillingTemplate(String, BaseMarkableVectorGraphic, Boolean) Method |
Applies the filling template to the job element.
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxvoid 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