API Reference
Class
PdfFontInspectionDiagnostic
One structured font inspection diagnostic.
Inheritance
- Object
- PdfFontInspectionDiagnostic
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 PdfFontInfo.Diagnostics
- Property PdfFontInventory.Diagnostics
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public PdfFontInspectionDiagnosticCode Code { get; } #Stable diagnostic code.
public String Message { get; } #Human-readable diagnostic message.
public Nullable<Int32> PageNumber { get; } #One-based source page number when the diagnostic belongs to a resource path.
public String ResourcePath { get; } #Resource path when one resource traversal produced the diagnostic.