SftPrintPreview/OCX 1.0

SftPrintPreviewPrinter.OrientationRotation Property

Softel vdm, Inc.

Returns the number of degrees that portrait orientation is rotated counterclockwise to produce landscape orientation.

Syntax       

Get

VB.NET

Degrees = object.OrientationRotation  As Integer

VB

Degrees = object.OrientationRotation  As Integer

C#.NET

short Degrees = object.OrientationRotation;

VC++

short Degrees = object->OrientationRotation;
short Degrees = object->GetOrientationRotation();

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.


Feedback / comments / error reports for this topic
© 2004 - Softel vdm, Inc. - www.windowscontrols.com