'Declaration
Public Function RotatePages( _ ByVal Rotation As Integer _ ) As GdPictureStatus
public GdPictureStatus RotatePages( int Rotation )
public function RotatePages( Rotation: Integer ): GdPictureStatus;
public function RotatePages( Rotation : int ) : GdPictureStatus;
public: GdPictureStatus RotatePages( int Rotation )
public: GdPictureStatus RotatePages( int Rotation )
Parameters
- Rotation
- The rotation angle, in degrees, determining the clockwise rotation. This parameter can be set to 90, -90, 180, -180, 270, -270 or any multiple of 90.
Return Value
A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.
We strongly recommend always checking this status first.