'Declaration
Public Function InsertPage( _ ByVal PageWidth As Single, _ ByVal PageHeight As Single, _ ByVal PageNo As Integer _ ) As GdPictureStatus
public GdPictureStatus InsertPage( float PageWidth, float PageHeight, int PageNo )
public function InsertPage( PageWidth: Single; PageHeight: Single; PageNo: Integer ): GdPictureStatus;
public function InsertPage( PageWidth : float, PageHeight : float, PageNo : int ) : GdPictureStatus;
public: GdPictureStatus InsertPage( float PageWidth, float PageHeight, int PageNo )
public: GdPictureStatus InsertPage( float PageWidth, float PageHeight, int PageNo )
Parameters
- PageWidth
- PageHeight
- PageNo