RotatePages Method (DocuViewareControl)
Rotates clockwise or flips specific pages of the displayed document.
'Declaration
Public Function RotatePages( _
ByVal As GdPicture14.GdPictureRotateFlipType, _
ByVal As IEnumerable(Of Integer) _
) As GdPicture14.GdPictureStatus
public GdPicture14.GdPictureStatus RotatePages(
GdPicture14.GdPictureRotateFlipType ,
IEnumerable<int>
)
Parameters
- Rotation
- A member of the GdPictureRotateFlipType enumeration.
- Pages
- Page numbers to rotate.
Return Value
A member of the GdPictureStatus enumeration.