Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Class

PdfStaticFormFieldProposal

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

A field candidate that must be reviewed before authoring.

Inheritance

  • Object
  • PdfStaticFormFieldProposal

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 PdfFormFieldCreateOptions ToCreateOptions() #
Returns: PdfFormFieldCreateOptions

Creates editable field options from this proposal for an explicit caller transaction.

Properties

public Int32 Index { get; } #

Stable index within this report, used for explicit approval.

public Int32 PageNumber { get; } #

One-based source page.

public Int32 SuggestedTabIndex { get; } #

One-based visual reading-order suggestion within the page; callers must review existing widgets before applying a page tab order.

public String Label { get; } #

Nearby native or caller-supplied OCR label.

public String SuggestedName { get; } #

Unique suggested AcroForm field name.

public PdfFormFieldCreationKind Kind { get; } #

Conservatively inferred field kind: text or checkbox.

public PdfPageRectangle Rectangle { get; } #

Proposed widget rectangle in PDF default user space.

public PdfLogicalVisualBounds VisualBounds { get; } #

Proposed widget rectangle in top-left visual page coordinates.

public Double Confidence { get; } #

Review confidence from zero through one, not a correctness guarantee.

public PdfStaticFormEvidenceKind EvidenceKind { get; } #

Visual feature that supplied the field geometry.

public Boolean UsedOcrLabel { get; } #

Whether the matched label came from caller-supplied OCR evidence.