Gets and sets the full path and filename of the existing PDF file.
public string Filename {get; set;}
public: __property string* get_Filename();
public: __property void set_Filename(
string* value
);
'Declaration
Public Property Filename As String
'Usage
Dim instance As OpenOptions
Dim value As String
instance.Filename = value
value = instance.Filename
Property Value
A string value which represents the filename.