GdPicture.NET.14
GdPicture14 Namespace / GdPicturePDF Class / RotatePage_Internal Method





In This Topic
RotatePage_Internal Method
In This Topic
Syntax
'Declaration
 
Public Function RotatePage_Internal( _
   ByVal Rotation As Integer, _
   Optional ByVal checklicense As Boolean _
) As GdPictureStatus
public GdPictureStatus RotatePage_Internal( 
   int Rotation,
   bool checklicense
)
public function RotatePage_Internal( 
    Rotation: Integer;
    checklicense: Boolean
): GdPictureStatus; 
public function RotatePage_Internal( 
   Rotation : int,
   checklicense : boolean
) : GdPictureStatus;
public: GdPictureStatus RotatePage_Internal( 
   int Rotation,
   bool checklicense
) 
public:
GdPictureStatus RotatePage_Internal( 
   int Rotation,
   bool checklicense
) 

Parameters

Rotation
checklicense
See Also