Property CropBox
Namespace TallComponents.PDF.Layout
Class Section
The printed or viewed area of the page.
A rectangle, 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.
Syntax
public
Rectangle
CropBox
{
get;
set;
}
Property value
Rectangle