[]
        
(Showing Draft Content)

PageBoundary

Enumeration: PageBoundary

Specifies the types of page boundaries. See PDF specification for details.

Enumeration Members

ArtBox

ArtBox: 4;

The extent of the pages meaningful content (including potential white space) as intended by the pages creator.


BleedBox

BleedBox: 2;

The region to which the contents of the page should be clipped when output in a production environment.


CropBox

CropBox: 0;

The region to which the contents of the page are to be clipped (cropped) when displayed or printed.


MediaBox

MediaBox: 1;

The boundaries of the physical medium on which the page is to be printed.


TrimBox

TrimBox: 3;

The intended dimensions of the finished page after trimming.