Skip to main content
A newer version of this page is available. .
All docs
V21.1
.NET Framework 4.5.2+

PdfPageInfo.CropBox Property

Gets the page’s crop box – the region to which the contents of the page shall be clipped (cropped) when displayed or printed.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v21.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfRectangle CropBox { get; }

Property Value

Type Description
PdfRectangle

The page’s crop box in the user coordinate system.

See Also