'Declaration
Public Function RemovePageBox( _ ByVal PageBox As PdfPageBox _ ) As GdPictureStatus
public GdPictureStatus RemovePageBox( PdfPageBox PageBox )
public function RemovePageBox( PageBox: PdfPageBox ): GdPictureStatus;
public function RemovePageBox( PageBox : PdfPageBox ) : GdPictureStatus;
public: GdPictureStatus RemovePageBox( PdfPageBox PageBox )
public: GdPictureStatus RemovePageBox( PdfPageBox PageBox )
Parameters
- PageBox
- The required page (boundary) box. A member of the PdfPageBox enumeration.
Return Value
A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.
We strongly recommend always checking this status first.