Gets the PDF document full path.

Namespace: Conaito.Flipdoo
Assembly: flipdoo (in flipdoo.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string Path { get; internal set; }
Visual Basic
Public Property Path As String
	Get
	Friend Set
Visual C++
public:
property String^ Path {
	String^ get ();
	internal: void set (String^ value);
}

Field Value

The path.

See Also