PdfLaunchAction Constructor (String, PdfFilePathType)
|
Initializes a new instance of theclass.
Namespace:
Spire.Pdf.Actions
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfLaunchAction(
string fileName,
PdfFilePathType path
)
Public Sub New (
fileName As String,
path As PdfFilePathType
)
public:
PdfLaunchAction(
String^ fileName,
PdfFilePathType path
)
new :
fileName : string *
path : PdfFilePathType -> PdfLaunchAction
Parameters
-
fileName
-
Type:
System
String
Name of the file to be launched.Name of the file to be launched.
-
path
-
Type:
Spire.Pdf.Actions
PdfFilePathType
Name of the path type.
See Also