ImageGear .NET
OutFileName Property




Gets or sets the the name of an output file.
Syntax
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);
}
'Declaration
 
Public Property OutFileName As String
 
'Usage
 
Dim instance As ImGearPDFPrintOptions
Dim value As String
 
instance.OutFileName = value
 
value = instance.OutFileName

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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback