| Visual Basic (Declaration) | |
|---|---|
Overridable ReadOnly Default Property Item( _ ByVal index As Integer _ ) As IOcrPage | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
Parameters
- index
- zero-based index of the page to get.
Return Value
The IOcrPage object at the specified index.The "setter" of this collection is hidden and should not be called.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code