Page ArtBox Property. The ArtBox for the page. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

 

Type Default Value Read Only Description
[C#] XRect

[Visual Basic]
XRect
n/a No The ArtBox for the page

 

   

Notes
 

The ArtBox defines the extent of meaningful content on this page.

These boundaries are always defined directly on the Page object. If no property has been defined then this property will be null and the effective value is assumed to be that of the CropBox.

Note that, as with all objects in this namespace, this property is measured in points in the native PDF coordinate space. It is unaffected by the Doc.Units or Doc.TopDown properties.

 

   

Example
 

None.