Enumeration

VipsForeignPdfPageBox

Declaration

enum Vips.ForeignPdfPageBox

Description [src]

Each page of a PDF document can contain multiple page boxes, also known as boundary boxes or print marks.

Each page box defines a region of the complete page that should be rendered. The default region is the crop box.

Members

Name Description
VIPS_FOREIGN_PDF_PAGE_BOX_MEDIA

Media box.

VIPS_FOREIGN_PDF_PAGE_BOX_CROP

Crop box.

VIPS_FOREIGN_PDF_PAGE_BOX_TRIM

Trim box.

VIPS_FOREIGN_PDF_PAGE_BOX_BLEED

Bleed box.

VIPS_FOREIGN_PDF_PAGE_BOX_ART

Art box.