Skip to content

TallComponents.UnoPdf.Client

TallComponents.UnoPdf.Client.Models.Pdf

PageModel Class

A page inside a document.

csharp
public class PageModel

Inheritance System.Object 🡒 PageModel

Properties
ActionsThe actions from the "AA" dictionary, if any.
ArtBoxA box, expressed in points with the origin at the bottom left corner, defining the extent of the page meaningful content (including potential
white space) as intended by the page's creator.
BleedBoxA box, expressed in points with the origin at the bottom left corner, defining the region to which the contents of the
page should be clipped when output in a production environment.
CropBoxA box, expressed in points with the origin at the bottom left corner, defining the visible region of default user space.
When the page is displayed or printed, its contents are to be clipped (cropped) to this rectangle and then imposed
on the output medium in some implementation-defined manner.
MediaBoxA box, expressed in points with the origin at the bottom left corner, defining the boundaries of the physical medium
on which the page is intended to be displayed or printed.
RotateClockwise rotation of the page in degrees. Valid values of rotate are "rotate0", "rotate90", "rotate180" and "rotate270".
TrimBoxA box, expressed in points with the origin at the bottom left corner, defining the intended dimensions of the finished page after trimming.