Documents for PDF, .NET Edition Documentation
BleedBox Property

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > Page Class : BleedBox Property
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

Reference

Page Class
Page Members