Click or drag to resize

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
Syntax
public FS_RECTF BleedBox { get; set; }

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