FormPage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a page recognized from the input document. Contains lines, words, tables, selection marks, and page metadata.
public class FormPage
type FormPage = class
Public Class FormPage
- Inheritance
-
FormPage
Properties
Height |
The height of the image/PDF in pixels/inches, respectively. |
Lines |
When 'IncludeFieldElements' is set to |
PageNumber |
The 1-based page number in the input document. |
SelectionMarks |
A list of recognized selection marks contained in this page. |
Tables |
A list of recognized tables contained in this page. |
TextAngle |
The general orientation of the text in clockwise direction, measured in degrees between (-180, 180]. |
Unit |
The unit used by the width, height and FieldBoundingBox properties. For images, the unit is pixel. For PDF, the unit is inch. |
Width |
The width of the image/PDF in pixels/inches, respectively. |
Applies to
Azure SDK for .NET