Gets the PDF document name.
Namespace: Conaito.FlipdooAssembly: flipdoo (in flipdoo.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public string Name { get; internal set; } |
| Visual Basic |
|---|
Public Property Name As String Get Friend Set |
| Visual C++ |
|---|
public: property String^ Name { String^ get (); internal: void set (String^ value); } |