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
)
Public Sub SetBox (
type As PageBox,
box As Rect
)
public:
virtual void SetBox(
[InAttribute] PageBox type,
[InAttribute] Rect^ box
) sealed
function SetBox(type, 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