Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.Models.Pdf
PageModel Class
A page inside a document.
csharp
public class PageModel
Inheritance System.Object 🡒 PageModel
Properties | |
---|---|
Actions | The actions from the "AA" dictionary, if any. |
ArtBox | A 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. |
BleedBox | A 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. |
CropBox | A 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. |
MediaBox | A 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. |
Rotate | Clockwise rotation of the page in degrees. Valid values of rotate are "rotate0", "rotate90", "rotate180" and "rotate270". |
TrimBox | A box, expressed in points with the origin at the bottom left corner, defining the intended dimensions of the finished page after trimming. |