Struct FormPageRange
Represents a page interval from the input document. Page numbers are 1-based.
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.AI.FormRecognizer.dll
Syntax
public struct FormPageRange
Properties
FirstPageNumber
The first page number of the range.
Declaration
public int FirstPageNumber { get; }
Property Value
System.Int32
|
LastPageNumber
The last page number of the range.
Declaration
public int LastPageNumber { get; }
Property Value
System.Int32
|