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

    Gets or sets the page’s art box - the rectangle that defines the extent of the page’s meaningful content as intended by the page’s creator.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public RectangleF ArtBox { get; set; }

    Property Value

    Type Description
    RectangleF

    The page’s art box.

    See Also