In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / InsertPage Method

InsertPage Method (IGdPicturePDF)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(320)>

Function InsertPage( _

   ByVal PageWidth As Single, _

   ByVal PageHeight As Single, _

   ByVal PageNo As Integer _

) As GdPictureStatus
[DispId(320)]

GdPictureStatus InsertPage( 

   float PageWidth,

   float PageHeight,

   int PageNo

)
function InsertPage( 

    PageWidth: Single;

    PageHeight: Single;

    PageNo: Integer

): GdPictureStatus; 
DispIdAttribute(320)

function InsertPage( 

   PageWidth : float,

   PageHeight : float,

   PageNo : int

) : GdPictureStatus;
[DispId(320)]

GdPictureStatus InsertPage( 

   float PageWidth,

   float PageHeight,

   int PageNo

) 
[DispId(320)]

GdPictureStatus InsertPage( 

   float PageWidth,

   float PageHeight,

   int PageNo

) 

Parameters

PageWidth
PageHeight
PageNo
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF
IGdPicturePDF Members