API Reference
Class
PdfRenderCompatibilityReport
Document-level producer interoperability assessment backed by the generated render capability registry.
Inheritance
- Object
- PdfRenderCompatibilityReport
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
Inherited Methods
Properties
public PdfRenderCapabilityManifest Manifest { get; } #The single generated capability manifest used to interpret every diagnostic.
public IReadOnlyList<PdfRenderCompatibilityPage> Pages { get; } #Per-page compatibility evidence.
public Int32 DiagnosticCount { get; } #Total simplified and unsupported occurrences.
public Boolean HasSimplifications { get; } #True when at least one feature would be approximated.
public Boolean HasUnsupportedFeatures { get; } #True when at least one feature would be omitted.
public Boolean IsExactForManagedRenderer { get; } #True when the assessment found no known renderer approximation or omission.
public IReadOnlyList<String> CapabilityCodes { get; } #Stable distinct capability identifiers encountered across the document.