Pegasus Class Library Help
Assembly: PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)
The DevicePosition enum list all the predefined positions available for setting
the DevicePosition property.
Namespace:
Pegasus.LibraryAssembly: PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)
Syntax
| C# |
|---|
public enum DevicePosition |
| Visual Basic (Declaration) |
|---|
Public Enumeration DevicePosition |
| Visual C++ |
|---|
public enum class DevicePosition |
Members
| Member name | Description | |
|---|---|---|
| Top |
The pen receiver is located at the middle top of A4 page.
| |
| Left |
The pen receiver is located at the left page corner, angle of -45 degress.
| |
| Right |
The pen receiver is located at the right A4 page corner, angle of +45 degress.
| |
| Custom |
The pen receiver is located at a position which is not predefined.
|