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)
ParameterTypeDescription
encodingEncodingtype of encoding which will be used to encode text into bytes

Return Value

content of .omr file

See Also