你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FormElement Class

Definition

Represents a form element recognized from the input document. Its text can be a line, a word, the content of a table cell, a selection mark, etc.

public abstract class FormElement
type FormElement = class
Public MustInherit Class FormElement
Inheritance
FormElement
Derived

Properties

BoundingBox

The quadrilateral bounding box that outlines the text of this element. Units are in pixels for images and inches for PDF. The LengthUnit type of a recognized page can be found at Unit.

PageNumber

The 1-based number of the page in which this element is present.

Text

The text of this form element. It can be a whole line or a single word.

Applies to