PreviewPageExternal Constructor
In This Topic
Initializes a new instance of the
PreviewPageExternal class.
Syntax
'Declaration
Public Function New( _
ByVal As IList, _
ByVal As Integer _
)
public PreviewPageExternal(
IList ,
int
)
Parameters
- list
- The list that is the source of the page.
- idx
- Page index in the list.
See Also