GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / SetPageBox Method





In This Topic
SetPageBox Method (IGdPicturePDF)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(563)>
Function SetPageBox( _
   ByVal PageBox As PdfPageBox, _
   ByVal Left As Single, _
   ByVal Top As Single, _
   ByVal Right As Single, _
   ByVal Bottom As Single _
) As GdPictureStatus
[DispId(563)]
GdPictureStatus SetPageBox( 
   PdfPageBox PageBox,
   float Left,
   float Top,
   float Right,
   float Bottom
)
function SetPageBox( 
    PageBox: PdfPageBox;
    Left: Single;
    Top: Single;
    Right: Single;
    Bottom: Single
): GdPictureStatus; 
DispIdAttribute(563)
function SetPageBox( 
   PageBox : PdfPageBox,
   Left : float,
   Top : float,
   Right : float,
   Bottom : float
) : GdPictureStatus;
[DispId(563)]
GdPictureStatus SetPageBox( 
   PdfPageBox PageBox,
   float Left,
   float Top,
   float Right,
   float Bottom
) 
[DispId(563)]
GdPictureStatus SetPageBox( 
   PdfPageBox PageBox,
   float Left,
   float Top,
   float Right,
   float Bottom
) 

Parameters

PageBox
Left
Top
Right
Bottom
See Also

Reference

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