A member of the GdPictureRotateFlipType enumeration.
Page numbers to rotate.

In This Topic

RotatePages Method (DocuViewareControl)

In This Topic
Rotates clockwise or flips specific pages of the displayed document.
Syntax
'Declaration
 
Public Function RotatePages( _
   ByVal Rotation As GdPictureRotateFlipType, _
   ByVal Pages As IEnumerable(Of Integer) _
) As GdPictureStatus
public GdPictureStatus RotatePages( 
   GdPictureRotateFlipType Rotation,
   IEnumerable<int> Pages
)

Parameters

Rotation
A member of the GdPictureRotateFlipType enumeration.
Pages
Page numbers to rotate.

Return Value

A member of the GdPictureStatus enumeration.
See Also