Class Library Documentation for 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)

C#
public Book Parse( string nrojFilePath )
Parameters
- nrojFilePath
- Type: SystemString
Nproj file's path
Return Value
Type: BookA class representing a Book in metadata
Implements
IMetadataParserParse(String)