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

In This Topic
    ArtBox Property
    In This Topic
    Gets or sets a rectangle, in points, defining the extent of the page's meaningful content (including potential white space) as intended by the page's creator. Default value is CropBox.
    Syntax
    'Declaration
     
    Public Property ArtBox As System.Nullable(Of RectangleF)
    public System.Nullable<RectangleF> ArtBox {get; set;}
    See Also