Pegasus Class Library Help
Gets or sets the device position on the page. Can be one of the DevicePosition enum values.

Namespace:  Pegasus.Library
Assembly:  PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)

Syntax

C#
public DevicePosition DevicePosition { get; set; }
Visual Basic (Declaration)
Public Property DevicePosition As DevicePosition
Visual C++
public:
property DevicePosition DevicePosition {
	DevicePosition get ();
	void set (DevicePosition value);
}

Field Value

The device position, one of the DevicePosition enum values

Remarks

Changing this property is not supported for all devices. Use the OrientationSupport Property to check if the connected device support changing the device position. On supported devices, the device can be located at the top of the page, as well as on its corners. See DevicePosition enum, for available values for this property.

See Also