Link Search Menu Expand Document

PageSetBleedBox Method (Single, Single)

Sets the bleed rectangle of the page. The rectangle is in PDF units - Points (1 Point = 1/72 in.)

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public void SetBleedBox(
	float xSpace,
	float ySpace
)

Parameters

xSpace
Type: SystemSingle
Left (X) space width for bleed box.
ySpace
Type: SystemSingle
Top (Y) space height for bleed box.
See Also

Reference