API Reference
Class
PdfStaticFormRecognitionReport
Source-bound proposals and diagnostics; analysis never modifies the PDF.
Inheritance
- Object
- PdfStaticFormRecognitionReport
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
Methods
public PdfAcroFormEditResult ApplySelected(IReadOnlyCollection<Int32> proposalIndices, CancellationToken cancellationToken = null) #Returns:
PdfAcroFormEditResultCreates only explicitly selected proposals against the immutable PDF snapshot analyzed by this report.
Parameters
- proposalIndices System.Collections.Generic.IReadOnlyCollection{System.Int32}
- cancellationToken System.Threading.CancellationToken = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IReadOnlyList<PdfStaticFormFieldProposal> Proposals { get; } #Proposed fields in page and reading order.
public IReadOnlyList<PdfStaticFormRecognitionDiagnostic> Diagnostics { get; } #Collision, unsupported, and low-confidence evidence.
public String SourceSha256 { get; } #SHA-256 of the exact analyzed source artifact.