 | PdfPageBleedBox Property |
Gets or sets BleedBox of the page.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.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
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