PdfLaunchAction.Path Property

Gets or sets the path to the application to be launched or to the document to be opened.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public string Path { get; set; }
VB
Public Property Path As String
	Get
	Set

Property Value

Type: String
The path to the application to be launched or to the document to be opened.

See Also