libart-paperback 0.1.0-a.1.20260122225059.e5fea306241a
PDF (1.4) library for C++
Art::Paperback::Page::Properties Struct Reference

Properties of a new page. More...

#include <art/paperback/page.hxx>

Public Attributes

Rectangle media_box
 Specifies the page's media box (required).
 
optional< Rectanglecrop_box
 Specifies the page's crop box.
 
optional< Rectanglebleed_box
 Specifies the page's bleed box.
 
optional< Rectangletrim_box
 Specifies the page's trim box.
 
optional< Rectangleart_box
 Specifies the page's art box.
 

Detailed Description

Properties of a new page.

Member Data Documentation

◆ media_box

Rectangle Art::Paperback::Page::Properties::media_box

Specifies the page's media box (required).

◆ crop_box

optional<Rectangle> Art::Paperback::Page::Properties::crop_box

Specifies the page's crop box.

◆ bleed_box

optional<Rectangle> Art::Paperback::Page::Properties::bleed_box

Specifies the page's bleed box.

◆ trim_box

optional<Rectangle> Art::Paperback::Page::Properties::trim_box

Specifies the page's trim box.

◆ art_box

optional<Rectangle> Art::Paperback::Page::Properties::art_box

Specifies the page's art box.