Skip to content

TallComponents.UnoPdf.Client

TallComponents.UnoPdf.Client.Models.Pdf.PageModel

PageModel.CropBox Property

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.

csharp
public TallComponents.UnoPdf.Client.Models.Pdf.BoxModel CropBox { get; set; }

Property Value

TallComponents.UnoPdf.Client.Models.Pdf.BoxModel