PDF .NET Library Documentation - PDF Technologies, Inc.
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
This function sets CurrentPage to page with number "Index".
Namespace:
PDFTechAssembly: 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