 | PdfPageBleedBox Property |
Gets or sets BleedBox of the page.
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.81.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.81.2704
Syntaxpublic FS_RECTF BleedBox { get; set; }
Public Property BleedBox As FS_RECTF
Get
Set
public:
property FS_RECTF BleedBox {
FS_RECTF get ();
void set (FS_RECTF value);
}
member BleedBox : FS_RECTF with get, set
/** @property */
public FS_RECTF get_BleedBox()
/** @property */
public void set_BleedBox(FS_RECTF value)
function get_BleedBox();
function set_BleedBox(value);
Property Value
Type:
FS_RECTF
Remarks 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. Default value: the value of
CropBox.
See Also