IMetadataParser Interface

Neo smartpen SDK

IMetadataParser Interface

An interface that defines the functionality of the class that parses the metadata file.

Namespace:  Neosmartpen.Net.Metadata
Assembly:  Neosmartpen.Net (in Neosmartpen.Net.dll) Version: 2.1.13.0 (2.1.13)
Syntax
C#
public interface IMetadataParser

The IMetadataParser type exposes the following members.

Methods
  NameDescription
Public methodParse
Functions to parse the metadata file to get the Book class
Top
See Also