Returns the page with the specified (0-based) index, or null if there is no such page.

Namespace:  C1.Win.C1PrintPreview
Assembly:  C1.Win.C1PrintPreview.Classic.2 (in C1.Win.C1PrintPreview.Classic.2.dll)

Syntax

C#
public PreviewPage GetPage(
	int pageIdx
)
Visual Basic (Declaration)
Public Function GetPage ( _
	pageIdx As Integer _
) As PreviewPage

Parameters

pageIdx
Type: System..::.Int32

Return Value

See Also