Gets and sets a full path and filename for the new 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 SaveOptions
Dim value As String
instance.Filename = value
value = instance.Filename
Property Value
A string value which represents the PDF filename.