GetOmr
MemoryGenerationResult.GetOmr method
Get content of .omr file from the GenerationResult
as MemoryStream. By default text encoded in UTF8 encoding.
public MemoryStream GetOmr(Encoding encoding = null)
Parameter | Type | Description |
---|---|---|
encoding | Encoding | type of encoding which will be used to encode text into bytes |
Return Value
content of .omr file
See Also
- class MemoryGenerationResult
- namespace Aspose.OMR.Generation
- assembly Aspose.OMR