Book Class
From Neo smartpen SDK
Class Library Documentation for Neo smartpen SDK
Book Class |
A class representing a Book in metadata
Namespace: Neosmartpen.Net.Metadata.Model
Assembly: Neosmartpen.Net (in Neosmartpen.Net.dll) Version: 2.1.13.0 (2.1.13)
C#
public class Book
The Book type exposes the following members.
| Name | Description | |
|---|---|---|
| Code |
Book Code(NoteID)
| |
| Dpi |
600 or 1200
| |
| ExtraInfo |
Extra Info
| |
| isLine |
true is line, false is dot
| |
| Kind |
1 is Moleskine, 100 is unknown note, 0 is otherwise
| |
| LineSegmentLength |
How many dots were made of the line
3(=600DPI) or 5(=1200DPI)
| |
| OffsetLeft |
Left offset
| |
| OffsetTop |
Top offset
| |
| Owner |
Owner
| |
| Pages |
List of Page included in Book
| |
| Revision |
.NProj의 revision 역시 업데이트시 체크
| |
| Section |
Section
| |
| StartPage |
Start Page
| |
| StartPageSide |
StartPageSide (left, right, center)
| |
| Symbols |
List of Symbol included in Book
| |
| Title |
Book Title
| |
| TotalPageCount |
Total page of Book
| |
| Version |
.Nproj file's Version
|