API Reference

Class

PdfPrintProductionStructureEvidence

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Exact-artifact page-box and font-embedding evidence for print-production preflight.

Inheritance

  • Object
  • PdfPrintProductionStructureEvidence

Usage

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

Properties

public Int32 PageCount { get; } #

Number of pages inspected.

public Int32 ValidProductionPageBoxCount { get; } #

Pages with a MediaBox, exactly one TrimBox or ArtBox, and any explicit BleedBox in valid nesting order.

public Int32 InvalidProductionPageBoxCount { get; } #

Pages missing or violating the required production boundary-box relationship.

public Int32 FontResourceCount { get; } #

Distinct font resource dictionaries selected by reachable page, form, pattern, soft-mask, Type3, or appearance content.

public Int32 UnembeddedFontResourceCount { get; } #

Font resources without a self-contained font program or Type3 character procedures.

public Int32 UninspectableFontResourceCount { get; } #

Selected font resources or reachable font-selection contexts that could not be inspected completely.

public Boolean IsComplete { get; } #

True when every page has valid print boxes and every font resource is inspectable and embedded.