RecognizeInvoicesOptions.Pages Property
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.
Custom page numbers for multi-page documents(PDF/TIFF). Input the page numbers and/or ranges of pages you want to get in the result. For a range of pages, use a hyphen, like `Pages = { "1-3", "5-6" }`. Separate each page number or range with a comma.
Although this collection cannot be set, it can be modified. See Object initializers with collection read-only property initialization.
public System.Collections.Generic.IList<string> Pages { get; }
member this.Pages : System.Collections.Generic.IList<string>
Public ReadOnly Property Pages As IList(Of String)
Property Value
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET