Pegasus Class Library Help
Assembly: PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)
Downloads all data as a Notebook object.
Namespace:
Pegasus.ComponentsAssembly: PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)
Syntax
| C# |
|---|
public Notebook Download() |
| Visual Basic (Declaration) |
|---|
Public Function Download As Notebook |
| Visual C++ |
|---|
public: Notebook^ Download() |
Return Value
A Notebook object.
Remarks
The download operation doesn't delete the pages from the device.
To delete the pages from the device, call Erase()()() method.
The Download operation downloads all the pages in a single operation.
To extract a single page, download all pages, and take the relevant page
from the returned Notebook calling Notebook[PageIndex].
Remarks
The download operation has a meaning only when a mobile pen device
is connected to the PC.