BleedBox

Page.BleedBox property

Hämtar eller ställer in utfallningsrutan för sidan.

public Rectangle BleedBox { get; set; }

Exempel

Exempel visar hur man får utfallsrutan på sidan:

Document document = new Document("sample.pdf");
Rectangle bleedBox = document.Pages[1].BleedBox;

Se även