Class Library Documentation for Neo smartpen SDK
GenericMetadataManager Class |
A generic class that handles most metadata that implements the IMetadataManager.
Inheritance Hierarchy
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
Name | Description | |
---|---|---|
GenericMetadataManager |
GenericMetadataManager Constructor
|
Properties
Methods
Name | Description | |
---|---|---|
FindApplicableSymbols |
Functions for finding symbols over strokes
| |
GetBook |
Get the Book from the metadata.
| |
GetPage |
Get the Page from the metadata.
| |
GetStrokesInSymbol |
Separates only Strokes above the Symbol area.
| |
GetSymbols |
Get the Symbols from the metadata.
| |
Load |
Load the metadata file.
|
See Also