GenericMetadataManager Class

Neo smartpen SDK

GenericMetadataManager Class

A generic class that handles most metadata that implements the IMetadataManager.
Inheritance Hierarchy
SystemObject  Neosmartpen.Net.MetadataGenericMetadataManager

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

The GenericMetadataManager type exposes the following members.

Constructors
  NameDescription
Public methodGenericMetadataManager
GenericMetadataManager Constructor
Top
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