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