GenericMetadataManager.GetPage Method

Neo smartpen SDK

GenericMetadataManagerGetPage Method

Get the Page 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 Page GetPage(
	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: Page
A class representing a Page in metadata

Implements

IMetadataManagerGetPage(Int32, Int32, Int32, Int32)
See Also