PdfPageDimensions.BleedBox Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the size of a rectangle that specifies the clipped region of a Portable Document Format (PDF) page's contents when it is displayed.
public:
property Rect BleedBox { Rect get(); };
Rect BleedBox();
public Rect BleedBox { get; }
var rect = pdfPageDimensions.bleedBox;
Public ReadOnly Property BleedBox As Rect
Property Value
The size of the Portable Document Format (PDF) page's clipped region.