GenericMetadataManager.GetSymbols Method

Neo smartpen SDK

GenericMetadataManagerGetSymbols Method

Get the Symbols from the metadata.

Namespace:  Neosmartpen.Net.Metadata
Assembly:  Neosmartpen.Net (in Neosmartpen.Net.dll) Version: 2.1.13.0 (2.1.13)
Syntax
C#
public List<Symbol> GetSymbols(
	int section,
	int owner,
	int book,
	int pageNumber
)

Parameters

section
Type: SystemInt32
Section code value
owner
Type: SystemInt32
Owner code value
book
Type: SystemInt32
Book code value
pageNumber
Type: SystemInt32
Number of Page

Return Value

Type: ListSymbol
A collection of Symbol

Implements

IMetadataManagerGetSymbols(Int32, Int32, Int32, Int32)
See Also