VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfPage Class / BleedBox Property
Syntax Requirements SeeAlso
In This Topic
    BleedBox Property (PdfPage)
    In This Topic
    Gets or sets a rectangle, expressed in default user space units, defining the region to which the contents of the page should be clipped when output in a production environment.
    Syntax
    'Declaration
    
    <DescriptionAttribute("A rectangle, expressed in default user space units, defining the region to which the contents of the page should be clipped when output in a production environment.")>
    Public Property BleedBox As System.Drawing.RectangleF
    
    
    [Description("A rectangle, expressed in default user space units, defining the region to which the contents of the page should be clipped when output in a production environment.")]
    public System.Drawing.RectangleF BleedBox { get; set; }
    
    
    [Description("A rectangle, expressed in default user space units, defining the region to which the contents of the page should be clipped when output in a production environment.")]
    public: __property System.Drawing.RectangleF* get_BleedBox();
    public: __property void set_BleedBox(
    System.Drawing.RectangleF* value
    );
    [Description("A rectangle, expressed in default user space units, defining the region to which the contents of the page should be clipped when output in a production environment.")]
    public:
    property System.Drawing.RectangleF^ BleedBox { System.Drawing.RectangleF^ get(); void set(System.Drawing.RectangleF^ value); }

    Property Value

    Default value is the value of CropBox.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also