Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfLaunchAction CreateLaunchAction(
string path
)
VB
Public Function CreateLaunchAction (
path As String
) As PdfLaunchAction
Parameters
- path
- Type: System.String
The path to the application to be launched or to the document to be opened.
Return Value
Type:
PdfLaunchAction
The newly created
PdfLaunchAction.
See Also