SetCropBox
Description
Sets the visible area of the selected page. The non-visible area will be "cropped" and will not be displayed or printed.
Syntax
Delphi
function TDebenuPDFLibrary1811.SetCropBox(Left, Top, Width, Height: Double): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::SetCropBox(Left As Double, Top As Double,
Width As Double, Height As Double) As Long
DLL
int DPLSetCropBox(int InstanceID, double Left, double Top, double Width,
double Height)
Parameters
| Left | The horizontal co-ordinate of the left edge of the cropping rectangle |
| Top | The vertical co-ordinate of the top edge of the cropping rectangle |
| Width | The width of the cropping rectangle |
| Height | The height of the cropping rectangle |
