The PageNumber Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets a value indicating the page number in the file to query.| Visual Basic (Declaration) | |
|---|---|
Public Property PageNumber As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As GetInformationRequest Dim value As Integer instance.PageNumber = value value = instance.PageNumber | |
| C# | |
|---|---|
public int PageNumber {get; set;} | |
Property Value
An integer value that specifies the page to query.An integer value that specifies the page to query.For an example, refer to GetInformationRequest.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code