Pegasus Class Library Help
Assembly: PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)
Gets or sets a value indicating whether Orientation feature is supported
in the connected device.
Namespace:
Pegasus.LibraryAssembly: PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)
Syntax
| C# |
|---|
public bool OrientationSupport { get; private set; } |
| Visual Basic (Declaration) |
|---|
Public Property OrientationSupport As Boolean |
| Visual C++ |
|---|
public: property bool OrientationSupport { bool get (); void set (bool value); } |
Field Value
true if Orientation is supported; otherwise, false.
Remarks
Orientation feature enable placing the receiver unit at different locations on
the page. For available positions see DevicePosition enum. When
Orientation is not supported, the receiver unit must
be located at the Middle Top of the page.