GetTemplateProcessor
GetTemplateProcessor(MemoryStream, Encoding)
Creates the TemplateProcessor
instance that allows working with specified template.
public TemplateProcessor GetTemplateProcessor(MemoryStream templateContent, Encoding textEncoding)
Parameter | Type | Description |
---|---|---|
templateContent | MemoryStream | Memory stream with template text content |
textEncoding | Encoding | Template content encoding |
Return Value
The TemplateProcessor
instance
See Also
- class TemplateProcessor
- class OmrEngine
- namespace Aspose.OMR.Api
- assembly Aspose.OMR
GetTemplateProcessor(string)
Creates the TemplateProcessor
instance that allows working with specified template.
public TemplateProcessor GetTemplateProcessor(string templatePath)
Parameter | Type | Description |
---|---|---|
templatePath | String | The path to the OMR template file |
Return Value
The TemplateProcessor
instance
See Also
- class TemplateProcessor
- class OmrEngine
- namespace Aspose.OMR.Api
- assembly Aspose.OMR