Class | Description |
---|---|
BMDatabase |
class for PDF Book-mark database.
|
Document |
class for PDF Document.
|
Global |
class for Global setting.
|
HWriting |
class for hand-writing ink.
not same to Ink class, this class has max line width and min line width. so the line in HWriting will not in same width. |
Ink |
class for ink.
|
Matrix |
class for PDF Matrix.
|
Page |
class for PDF Page.
|
Path |
class for Path
|
PDFV |
Class for PDFView, which is written by C/C++ codes
this is a "timer-drive" view class, means that developers should call PDFV.draw in timer to show page-layouts. options for this class see: PDFVS class. |
PDFVS |
setting class for PDFV
|