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

In This Topic
    CropBox Property
    In This Topic
    Gets or sets a rectangle, in points, defining the visible region of default user space. When the page is displayed or printed, its contents are to be clipped (cropped) to this rectangle and then imposed on the output medium in some implementation-defined manner. Default value is MediaBox.
    Syntax
    'Declaration
     
    Public Property CropBox As System.Nullable(Of RectangleF)
    public System.Nullable<RectangleF> CropBox {get; set;}
    See Also