Skip to main content
All docs
V26.1
  • ViewAreaBox Enum

    Lists values that indicate the page area of the PDF document.

    Namespace: DevExpress.Docs.Pdf

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

    NuGet Package: DevExpress.Docs.Pdf

    Declaration

    public enum ViewAreaBox

    Members

    Name Description
    MediaBox

    The media box, which defines the boundaries of the physical medium on which the page is displayed or printed.

    CropBox

    The crop box, which defines the region to which the page content is clipped when displayed or printed.

    BleedBox

    The bleed box, which defines the region to which page content is clipped when output in a production environment.

    TrimBox

    The trim box (defines the intended dimensions of the finished page after trimming).

    ArtBox

    The art box, which defines the boundaries of meaningful page content as intended by the page creator.

    Related API Members

    See Also