ImageGear .NET v25.0 - Updated
OutFileName Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFPrintOptions Class : OutFileName Property
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.
Remarks
If the string is empty, the output will be sent to the device identified by DeviceName, DriverName, and PortName.
See Also

Reference

ImGearPDFPrintOptions Class
ImGearPDFPrintOptions Members