PdfPage.CropBox Property

Gets or sets the region of the page to which its contents are clipped when displayed or printed.

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

Syntax

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

Property Value

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

See Also

Reference