'Declaration
Public Sub RotatePage( _ ByVal pageNo As Integer, _ ByVal rotation As GdPictureRotateFlipType _ )
public void RotatePage( int pageNo, GdPictureRotateFlipType rotation )
public procedure RotatePage( pageNo: Integer; rotation: GdPictureRotateFlipType );
public function RotatePage( pageNo : int, rotation : GdPictureRotateFlipType );
public: void RotatePage( int pageNo, GdPictureRotateFlipType rotation )
public: void RotatePage( int pageNo, GdPictureRotateFlipType rotation )
Parameters
- pageNo
- The page to append the rotation.
- rotation
- A member of the GdPictureRotateFlipType specifying the rotation to append.