GdPicture.NET.14.WEB.DocuVieware.API
GdPicture14.WEB Namespace / DocuViewareControl Class / GetPageRotation Method
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 GdPicture14.OrientationMode _
) As GdPicture14.GdPictureRotateFlipType
public GdPicture14.GdPictureRotateFlipType GetPageRotation( 
   int PageNo,
   GdPicture14.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