'Declaration
Public Function SetPageBox( _ ByVal PageBox As PdfPageBox, _ ByVal Left As Single, _ ByVal Top As Single, _ ByVal Right As Single, _ ByVal Bottom As Single _ ) As GdPictureStatus
public GdPictureStatus SetPageBox( PdfPageBox PageBox, float Left, float Top, float Right, float Bottom )
public function SetPageBox( PageBox: PdfPageBox; Left: Single; Top: Single; Right: Single; Bottom: Single ): GdPictureStatus;
public function SetPageBox( PageBox : PdfPageBox, Left : float, Top : float, Right : float, Bottom : float ) : GdPictureStatus;
public: GdPictureStatus SetPageBox( PdfPageBox PageBox, float Left, float Top, float Right, float Bottom )
public: GdPictureStatus SetPageBox( PdfPageBox PageBox, float Left, float Top, float Right, float Bottom )
Parameters
- PageBox
- Left
- Top
- Right
- Bottom