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

    Gets or sets the page’s trim box - the area that defines the intended dimensions of the finished page after trimming.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public RectangleF TrimBox { get; set; }

    Property Value

    Type Description
    RectangleF

    The page’s trim box.

    Remarks

    To include the production-related content (for example, printing instructions, cut marks or color bars), the trim box may be smaller than the MediaBox value.

    See Also