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

In This Topic
    BleedBox Property
    In This Topic
    Gets or sets a rectangle, in points, defining the region to which the contents of the page should be clipped when output in a production environment. Default value is CropBox.
    Syntax
    'Declaration
     
    Public Property BleedBox As System.Nullable(Of RectangleF)
    public System.Nullable<RectangleF> BleedBox {get; set;}
    See Also