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

    Gets or sets the page’s bleed box - the area to which the page’s contents should be clipped when printed in a production environment.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public RectangleF BleedBox { get; set; }

    Property Value

    Type Description
    RectangleF

    The page’s bleed box.

    Remarks

    The bleed box may include an extra bleed area to accommodate the physical limitations of specific cutting, folding, and trimming equipment. The actual printed page may include printing marks that fall outside the bleed box.

    See Also