The page to append the rotation.
A member of the GdPictureRotateFlipType specifying the rotation to append.





In This Topic

RotatePage Method (GdViewer)

In This Topic
Rotates a specific page of the loaded document.
Syntax
'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.
See Also