Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / Page Class / MediaBox Property

In This Topic
    MediaBox Property
    In This Topic
    Gets or sets the bounds of the page in points.
    Syntax
    'Declaration
     
    Public Property MediaBox As System.Drawing.RectangleF
    public System.Drawing.RectangleF MediaBox {get; set;}
    See Also