Class CropBox
Defines the visible region of a page, contents expanding beyond the crop box should be clipped.
public class CropBox
- Inheritance
-
CropBox
- Inherited Members
Constructors
CropBox(PdfRectangle)
Create a new CropBox.
public CropBox(PdfRectangle bounds)
Parameters
bounds
PdfRectangle
Properties
Bounds
Defines the clipping of the content when the page is displayed or printed. The page's contents are to be clipped (cropped) to this rectangle and then imposed on the output medium.
public PdfRectangle Bounds { get; }
Property Value
Methods
ToString()
public override string ToString()