THotPDF.SetLoadedPageBox Method

Sets loaded page 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 SetLoadedPageBox(PageIndex: Integer; Box: THPDFPageBoundary; Left, Bottom, Right, Top: Single);

Unit

HPDFDoc

Parameters

NamePurpose
PageIndexZero-based index or object index used to select an existing item
BoxInput used by SetLoadedPageBox
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