PdfPage.TrimBox Property

Gets or sets the intended dimensions of the finished page after trimming.

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

Syntax

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

Property Value

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

See Also

Reference