Skip to main content
All docs
V26.1
  • Page.CropBox Property

    Gets or sets the page’s crop box - the area to which the page contents are clipped (cropped) when displayed or printed.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public RectangleF CropBox { get; set; }

    Property Value

    Type Description
    RectangleF

    The page’s crop box.

    See Also