RemovePageBox
Version history
This function was introduced in Quick PDF Library version 10.13.
Description
Removes the specified boundary rectangle from selected page.
Syntax
Delphi
function TDebenuPDFLibrary1811.RemovePageBox(BoxType: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::RemovePageBox(BoxType As Long) As Long
DLL
int DPLRemovePageBox(int InstanceID, int BoxType)
Parameters
| BoxType |
1 = MediaBox (disabled for now) 2 = CropBox 3 = BleedBox 4 = TrimBox 5 = ArtBox |
Return values
| 0 | The specified boundary rectangle was not found. |
| 1 | The specified boundary rectangle was removed successfully. |
