API Reference
Class
PdfConversionProofIssue
Describes one missing or failed item in a PDF conversion proof snapshot.
Inheritance
- Object
- PdfConversionProofIssue
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 PdfConversionProofReport.Issues
Inherited Methods
Properties
public String Feature { get; } #Proof feature that failed, such as text marker or warning code evidence.
public String Expected { get; } #Expected proof value.
public String Actual { get; } #Actual proof value observed in the converted PDF or conversion report.
public String Message { get; } #Human-readable issue summary.