ImageGear .NET v25.0 - Updated
DriverName Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFPrintOptions Class : DriverName Property
Gets or sets the name of the driver.
Syntax
'Declaration
 
Public Property DriverName As String
'Usage
 
Dim instance As ImGearPDFPrintOptions
Dim value As String
 
instance.DriverName = value
 
value = instance.DriverName
public string DriverName {get; set;}
public: __property string* get_DriverName();
public: __property void set_DriverName( 
   string* value
);
public:
property String^ DriverName {
   String^ get();
   void set (    String^ value);
}

Property Value

String value.
See Also

Reference

ImGearPDFPrintOptions Class
ImGearPDFPrintOptions Members