THPDFPage.SetCropBox Method

Sets crop box state for subsequent page geometry output. The setting affects later page drawing, page dictionary entries, conformance metadata, or text emission rather than already-written content

Declaration

procedure SetCropBox(Left, Bottom, Right, Top: Single);

Unit

HPDFDoc

Parameters

NamePurpose
LeftPage coordinate or size value expressed in the current HotPDF coordinate space
BottomPage coordinate or size value expressed in the current HotPDF coordinate space
RightPage coordinate or size value expressed in the current HotPDF coordinate space
TopPage coordinate or size value expressed in the current HotPDF coordinate space

Return value

This member does not return a value

Usage notes

Related APIs