Table of Contents

Property ArtBox

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

ArtBox

Gets or sets the art box of the page.

public PdfBox ArtBox { get; set; }

Property Value

PdfBox

The art box of the page expressed in PDF's default user space coordinate system. In default user space the positive X axis extends horizontally to the right and the positive Y axis extends vertically upward.

Remarks

Default value: Equal to CropBox.

The art box defines the extent of the page's meaningful content (including potential white space) as intended by the page's creator.

Exceptions

UnexpectedStructureException

The internal PDF structure does not contain the corresponding required value, or the value has an unexpected type.