Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Class

PdfStaticFormRecognitionReport

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

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: PdfAcroFormEditResult

Creates only explicitly selected proposals against the immutable PDF snapshot analyzed by this report.

Parameters

proposalIndices System.Collections.Generic.IReadOnlyCollection{System.Int32} requiredposition: 0
cancellationToken System.Threading.CancellationToken = null optionalposition: 1

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.