Book Class

Neo smartpen SDK

Book Class

A class representing a Book in metadata
Inheritance Hierarchy
SystemObject  Neosmartpen.Net.Metadata.ModelBook

Namespace:  Neosmartpen.Net.Metadata.Model
Assembly:  Neosmartpen.Net (in Neosmartpen.Net.dll) Version: 2.1.13.0 (2.1.13)
Syntax
C#
public class Book

The Book type exposes the following members.

Constructors
  NameDescription
Public methodBook
Initializes a new instance of the Book class
Top
Properties
  NameDescription
Public propertyCode
Book Code(NoteID)
Public propertyDpi
600 or 1200
Public propertyExtraInfo
Extra Info
Public propertyisLine
true is line, false is dot
Public propertyKind
1 is Moleskine, 100 is unknown note, 0 is otherwise
Public propertyLineSegmentLength
How many dots were made of the line 3(=600DPI) or 5(=1200DPI)
Public propertyOffsetLeft
Left offset
Public propertyOffsetTop
Top offset
Public propertyOwner
Owner
Public propertyPages
List of Page included in Book
Public propertyRevision
.NProj의 revision 역시 업데이트시 체크
Public propertySection
Section
Public propertyStartPage
Start Page
Public propertyStartPageSide
StartPageSide (left, right, center)
Public propertySymbols
List of Symbol included in Book
Public propertyTitle
Book Title
Public propertyTotalPageCount
Total page of Book
Public propertyVersion
.Nproj file's Version
Top
See Also