PdfRemoteGoToAction.FilePath Property

Gets or sets the path to the file in which the destination is located.

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

Syntax

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

Property Value

Type: String
The path to the file in which the destination is located.

See Also