PdfPageDimensions.CropBox Property

Definition

Gets the size of a rectangle that specifies the cropped region of a Portable Document Format (PDF) page's contents when it is displayed.

public:
 property Rect CropBox { Rect get(); };
Rect CropBox();
public Rect CropBox { get; }
var rect = pdfPageDimensions.cropBox;
Public ReadOnly Property CropBox As Rect

Property Value

The size of the Portable Document Format (PDF) page's cropped region.

Remarks

When the Portable Document Format (PDF) page is displayed or printed, its contents are cropped to this rectangle.

Applies to