Back to Devexpress

PdfPage.ArtBox Property

officefileapi-devexpress-dot-pdf-dot-pdfpage.md

latest1.7 KB
Original Source

PdfPage.ArtBox Property

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.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfRectangle ArtBox { get; set; }
vb
Public Property ArtBox As PdfRectangle

Property Value

TypeDescription
PdfRectangle

A PdfRectangle object, specifying the art box.

|

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.3528 mm). You can convert this unit of measurement, e.g., to pixels using the Units.PointsToPixelsF method.

See Also

BleedBox

TrimBox

CropBox

MediaBox

PdfPage Class

PdfPage Members

DevExpress.Pdf Namespace