ExtractedPage 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.
Extraction information of a single page in a with a document.
public class ExtractedPage
type ExtractedPage = class
Public Class ExtractedPage
- Inheritance
-
ExtractedPage
Constructors
ExtractedPage() |
Initializes a new instance of the ExtractedPage class. |
ExtractedPage(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, IList<ExtractedKeyValuePair>, IList<ExtractedTable>) |
Initializes a new instance of the ExtractedPage class. |
Properties
ClusterId |
Gets or sets cluster identifier. |
Height |
Gets or sets height of the page (in pixels). |
KeyValuePairs |
Gets or sets list of Key-Value pairs extracted from the page. |
Number |
Gets or sets page number. |
Tables |
Gets or sets list of Tables and their information extracted from the page. |
Width |
Gets or sets width of the page (in pixels). |
Applies to
Azure SDK for .NET