PdfPage.ArtBox Property

Gets or sets the extent of the page's meaningful content as intended by the page's creator.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public Nullable<RectangleF> ArtBox { get; set; }

Property Value

A nullable RectangleF specifying the art box, in points, or null if not set.

See Also

Reference