PdfPageBase
BleedBox Property
|
Returns page region after clipping.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public RectangleF BleedBox { get; }
Public ReadOnly Property BleedBox As RectangleF
Get
public:
property RectangleF BleedBox {
RectangleF get ();
}
member BleedBox : RectangleF with get
Property Value
Type:
RectangleF
See Also