Click or drag to resize

PageSetBox Method

Sets the specified box

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetBox(
	PageBox type,
	Rect box
)

Parameters

type
Type: pdftron.PDFPageBox
The type of the page bounding box. Possible values are: e_media, e_crop, e_bleed, e_trim, e_art, and e_user_crop.
box
Type: pdftron.PDFRect
A rectangle specifying the coordinates to set for the box. The coordinates are specified in user space units.
See Also