API Reference

Class

PdfPrintProductionPageBoxes

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Defines print-production page boxes as insets from the generated page MediaBox.

Inheritance

  • Object
  • PdfPrintProductionPageBoxes

Remarks

Bleed insets must not exceed trim insets, so the resolved BleedBox contains the TrimBox. Use FullBleed when the MediaBox, BleedBox, and TrimBox are identical.

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public PdfPrintProductionPageBoxes(PageMargins trimInsets, PageMargins bleedInsets) #

Creates print-production page boxes from MediaBox-relative insets.

Parameters

trimInsets OfficeIMO.Pdf.PageMargins requiredposition: 0
bleedInsets OfficeIMO.Pdf.PageMargins requiredposition: 1

Properties

public PageMargins TrimInsets { get; } #

Insets used to resolve the TrimBox from the MediaBox.

public PageMargins BleedInsets { get; } #

Insets used to resolve the BleedBox from the MediaBox.

public static PdfPrintProductionPageBoxes FullBleed { get; } #

Creates coincident MediaBox, BleedBox, and TrimBox boundaries.