Click or drag to resize

PdfPage.ArtBox Property

Gets or sets ArtBox of the page.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public FS_RECTF ArtBox { get; set; }

Property Value

FS_RECTF
Remarks
A rectangle, expressed in default user space units, defining the extent of the page’s meaningful content(including potential white space) as intended by the page’s creator. Default value: the value of CropBox.
See Also