API Reference
Class
PdfRenderCompatibilityPage
Renderer compatibility diagnostics for one source page without producing image bytes.
Inheritance
- Object
- PdfRenderCompatibilityPage
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 PdfRenderCompatibilityReport.Pages
Inherited Methods
Properties
public Int32 PageNumber { get; } #One-based page number.
public IReadOnlyList<PdfRenderCapabilityDiagnostic> Diagnostics { get; } #Simplified or unsupported features discovered on this page.
public Boolean IsExactForManagedRenderer { get; } #True when no known simplification or omission was detected.
public Boolean HasUnsupportedFeatures { get; } #True when at least one feature would be omitted.