PdfPage.ArtBox Property
In This Article
Specifies the art box defining the boundaries of the meaningful content (including potential white space) on a page as intended by the page’s creator.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfRectangle ArtBox { get; set; }
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
#Remarks
The default setting is the page’s PdfPageTreeObject.CropBox value.
Note
The PDF page unit of measurement is points, which measures 1/72 of an inch (0.
See Also