PdfPageDimensions.ArtBox Property

Definition

Gets the size of a rectangle that contains the Portable Document Format (PDF) page's contents, including any meaningful surrounding white space, as intended by the Portable Document Format (PDF) page's creator.

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

Property Value

The size of the Portable Document Format (PDF) page's contents and any meaningful surrounding white space.

Applies to