ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFPrintOptions Class / DriverName Property




In This Topic
    DriverName Property
    In This Topic
    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