NProjParser.Parse Method

Neo smartpen SDK

NProjParserParse Method

Functions to parse the Nproj file to get the Book class

Namespace:  Neosmartpen.Net.Metadata
Assembly:  Neosmartpen.Net (in Neosmartpen.Net.dll) Version: 2.1.13.0 (2.1.13)
Syntax
C#
public Book Parse(
	string nrojFilePath
)

Parameters

nrojFilePath
Type: SystemString
Nproj file's path

Return Value

Type: Book
A class representing a Book in metadata

Implements

IMetadataParserParse(String)
See Also