MemoryGenerationResult.GetOmr

MemoryGenerationResult.GetOmr method

から .omr ファイルのコンテンツを取得しますGenerationResultas MemoryStream. デフォルトでは、UTF8 encoding. でエンコードされたテキスト

public MemoryStream GetOmr(Encoding encoding = null)
パラメータタイプ説明
encodingEncodingテキストをバイトにエンコードするために使用されるエンコーディングのタイプ

戻り値

.omr ファイルの内容

関連項目