GenerateJSONTemplate

OmrEngine.GenerateJSONTemplate method

Creates a template (.omr) and template image based on .json markup

public GenerationResult GenerateJSONTemplate(string jsonPath, GlobalPageSettings settings = null, 
    Encoding encoding = null)
ParameterTypeDescription
jsonPathStringpath to *.json file with markup
settingsGlobalPageSettingsglobal settings used in all template generation
encodingEncodingmarkup file encoding, by default UTF-8 is used

Return Value

Generation result

See Also