API Reference
Class
PdfPrintProductionPageBoxes
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.
Returned or exposed by
- Property PdfOptions.PrintProductionPageBoxes
- Property PdfPrintProductionPageBoxes.FullBleed
Constructors
public PdfPrintProductionPageBoxes(PageMargins trimInsets, PageMargins bleedInsets) #Creates print-production page boxes from MediaBox-relative insets.
Parameters
- trimInsets OfficeIMO.Pdf.PageMargins
- bleedInsets OfficeIMO.Pdf.PageMargins
Inherited Methods
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.