DocumentLocation Constructor(Int32)
In This Topic
Initializes a new instance of the
DocumentLocation class.
Syntax
'Declaration
Public Function New( _
ByVal As Integer _
)
public DocumentLocation(
int
)
Parameters
- pageIndex
- The 0-based page index.
See Also