GenerateJSONTemplateFromString
OmrEngine.GenerateJSONTemplateFromString method
Creates a template (.omr) and template image based on JSON markup
public GenerationResult GenerateJSONTemplateFromString(string jsonString,
GlobalPageSettings settings = null, ImageCollection userImages = null)
Parameter | Type | Description |
---|---|---|
jsonString | String | JSON markup |
settings | GlobalPageSettings | global settings used in all template generation |
userImages | ImageCollection | Collection of images that can be used for a template generation. Allow to use images from MemoryStream instead of file system |
Return Value
Generation result
See Also
- class GenerationResult
- class GlobalPageSettings
- class ImageCollection
- class OmrEngine
- namespace Aspose.OMR.Api
- assembly Aspose.OMR