IMetadataParser.Parse Method

Neo smartpen SDK

IMetadataParserParse Method

Functions to parse the metadata file to get the Book class

Namespace:  Neosmartpen.Net.Metadata
Assembly:  Neosmartpen.Net (in Neosmartpen.Net.dll) Version: 2.1.13.0 (2.1.13)
Syntax
C#
Book Parse(
	string metadataFilePath
)

Parameters

metadataFilePath
Type: SystemString
metadata file's path

Return Value

Type: Book
A class representing a Book in metadata
See Also