PdfPage.BleedBox Property

Gets or sets the extent of the page to which the page content is expected to be clipped when output in a production environment.

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

Syntax

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

Property Value

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

See Also

Reference