Initializes a new instance of the class.

Namespace: Spire.Pdf.Actions
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfGoToAction(
	PdfNewPage page
)
Public Sub New ( 
	page As PdfNewPage
)
public:
PdfGoToAction(
	PdfNewPage^ page
)
new : 
        page : PdfNewPage -> PdfGoToAction

Parameters

page
PdfNewPage
The page to jump to.

See Also