TrimBox

Page.TrimBox property

Получает или задает поле обрезки страницы.

public Rectangle TrimBox { get; set; }

Примеры

Пример демонстрирует, как получить блок обрезки страницы:

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

Смотрите также