Gets the PDF document full path.
            
Namespace: Conaito.FlipdooAssembly: 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); }  |