Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Class

PdfStaticFormTextEvidence

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Optional, caller-supplied OCR text in top-left visual page coordinates.

Inheritance

  • Object
  • PdfStaticFormTextEvidence

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public PdfStaticFormTextEvidence(Int32 pageNumber, String text, Double left, Double top, Double right, Double bottom, Double confidence) #

Creates positioned text evidence without taking ownership of an OCR provider.

Parameters

pageNumber System.Int32 requiredposition: 0
text System.String requiredposition: 1
left System.Double requiredposition: 2
top System.Double requiredposition: 3
right System.Double requiredposition: 4
bottom System.Double requiredposition: 5
confidence System.Double requiredposition: 6

Properties

public Int32 PageNumber { get; } #

One-based source page number.

public Double Right { get; } #

Right visual coordinate.

public Double Bottom { get; } #

Bottom visual coordinate.

public Double Confidence { get; } #

Provider confidence from zero through one.