|
|
|
|
|
SftPrintPreviewPrinter.OrientationRotation Property |
Returns the number of degrees that portrait orientation is rotated counterclockwise to produce landscape orientation.
Syntax
|
VB.NET |
Degrees = object.OrientationRotation As Integer |
||
|
VB |
Degrees = object.OrientationRotation As Integer |
||
|
C#.NET |
short Degrees = object.OrientationRotation; |
||
|
VC++ |
short Degrees = object->OrientationRotation;
|
||
|
C |
HRESULT object->get_OrientationRotation(short* Degrees); |
||
|
Delphi |
Degrees := object.OrientationRotation : Smallint; |
||
object
A SftPrintPreviewPrinter object.
Degrees
Returns the number of degrees that portrait orientation is rotated counterclockwise to produce landscape orientation.
Comments
The OrientationRotation property returns the number of degrees that portrait orientation is rotated counterclockwise to produce landscape orientation.