PDF .NET Library Documentation - PDF Technologies, Inc.

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

Syntax

C#
public PDFRemoteGoToAction CreatePdfRemoteGoToAction(
	string File,
	bool NewWindow,
	int TopOffset
)
Visual Basic (Declaration)
Public Function CreatePdfRemoteGoToAction ( _
	File As String, _
	NewWindow As Boolean, _
	TopOffset As Integer _
) As PDFRemoteGoToAction
Visual C++
public:
PDFRemoteGoToAction^ CreatePdfRemoteGoToAction(
	String^ File, 
	bool NewWindow, 
	int TopOffset
)

Parameters

File
Type: System..::.String
NewWindow
Type: System..::.Boolean
TopOffset
Type: System..::.Int32

Return Value

See Also