The page number.
A member of the OrientationMode enumeration specifying the rotation mode.

In This Topic

GetPageRotation Method (DocuViewareControl)

In This Topic
Returns the rotation of a page of the displayed document.
Syntax
'Declaration
 
Public Function GetPageRotation( _
   ByVal PageNo As Integer, _
   Optional ByVal OrientationMode As OrientationMode _
) As GdPictureRotateFlipType
public GdPictureRotateFlipType GetPageRotation( 
   int PageNo,
   OrientationMode OrientationMode
)

Parameters

PageNo
The page number.
OrientationMode
A member of the OrientationMode enumeration specifying the rotation mode.

Return Value

A member of the GdPictureRotateFlipType specifying the page rotation.
See Also