PDF .NET Library Documentation - PDF Technologies, Inc.
This function sets CurrentPage to page with number "Index".

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public void SetCurrentPage(
	int Index
)
Visual Basic (Declaration)
Public Sub SetCurrentPage ( _
	Index As Integer _
)
Visual C++
public:
void SetCurrentPage(
	int Index
)

Parameters

Index
Type: System..::.Int32

See Also