SelectPage Method (C1PreviewPane)
In This Topic
Selects all text on the specified page in the document currently loaded into this
C1PreviewPane.
Syntax
'Declaration
Public Sub SelectPage( _
ByVal As Integer _
)
public void SelectPage(
int
)
Parameters
- pageIdx
- 0-based page index.
See Also