GetTemplateProcessor

GetTemplateProcessor(MemoryStream, Encoding)

Creates the TemplateProcessor instance that allows working with specified template.

public TemplateProcessor GetTemplateProcessor(MemoryStream templateContent, Encoding textEncoding)
ParameterTypeDescription
templateContentMemoryStreamMemory stream with template text content
textEncodingEncodingTemplate content encoding

Return Value

The TemplateProcessor instance

See Also


GetTemplateProcessor(string)

Creates the TemplateProcessor instance that allows working with specified template.

public TemplateProcessor GetTemplateProcessor(string templatePath)
ParameterTypeDescription
templatePathStringThe path to the OMR template file

Return Value

The TemplateProcessor instance

See Also