In This Topic
Gets or sets the the name of an output file.
Syntax
'Declaration
Public Property OutFileName As String
'Usage
Dim instance As ImGearPDFPrintOptions
Dim value As String
instance.OutFileName = value
value = instance.OutFileName
public string OutFileName {get; set;}
public: __property string* get_OutFileName();
public: __property void set_OutFileName(
string* value
);
public:
property String^ OutFileName {
String^ get();
void set ( String^ value);
}
Property Value
String value.
See Also