IMetadataManager Interface

Neo smartpen SDK

IMetadataManager Interface

An interface that defines the functionality of the MetadataManager that is responsible for handling metadata.

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

The IMetadataManager type exposes the following members.

Properties
  NameDescription
Public propertyParser
Associated metadata parser
Top
Methods
  NameDescription
Public methodFindApplicableSymbols
Functions for finding symbols over strokes
Public methodGetBook
Get the Book from the metadata.
Public methodGetPage
Get the Page from the metadata.
Public methodGetStrokesInSymbol
Separates only Strokes above the Symbol area.
Public methodGetSymbols
Get the Symbols from the metadata.
Public methodLoad
Load the metadata file.
Top
See Also