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

    Gets or sets the page’s media box - the rectangle that defines the boundaries of the physical medium on which the page is to be displayed or printed.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public RectangleF MediaBox { get; set; }

    Property Value

    Type Description
    RectangleF

    The page’s media box.

    Remarks

    The media box may include any extended area surrounding the finished page for bleed, printing marks, or other such purposes. It may also include areas close to the edges of the medium that cannot be marked because of physical limitations of the output device.

    Content outside the media box can be discarded without affecting the document.

    See Also