PDF .NET Library Documentation - PDF Technologies, Inc.
A GoToPage action changes the view to a specified destination (page, location).

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

Syntax

C#
public class PDFGoToPageAction : PDFAction
Visual Basic (Declaration)
Public Class PDFGoToPageAction _
	Inherits PDFAction
Visual C++
public ref class PDFGoToPageAction : public PDFAction

Inheritance Hierarchy

System..::.Object
  PDFTech..::.PDFAction
    PDFTech..::.PDFGoToPageAction

See Also