A member of the GdPictureRotateFlipType enumeration.

In This Topic

RotatePage Method (DocuVieware)

In This Topic
Rotates clockwise or flips the current page of the displayed document.
Syntax
'Declaration
 
Public Function RotatePage( _
   ByVal Rotation As GdPictureRotateFlipType _
) As GdPictureStatus
public GdPictureStatus RotatePage( 
   GdPictureRotateFlipType Rotation
)

Parameters

Rotation
A member of the GdPictureRotateFlipType enumeration.

Return Value

A member of the GdPictureStatus enumeration.
See Also