ImageGear .NET v25.2 - Updated
ImageGear.Twain Assembly / ImageGear.TWAIN Namespace / ImGearTWAIN Class / ApplicationName Property




In This Topic
    ApplicationName Property
    In This Topic
    Gets or sets the name of the application that uses TWAIN.
    Syntax
    'Declaration
     
    Public Property ApplicationName As String
    'Usage
     
    Dim instance As ImGearTWAIN
    Dim value As String
     
    instance.ApplicationName = value
     
    value = instance.ApplicationName
    public string ApplicationName {get; set;}
    public: __property string* get_ApplicationName();
    public: __property void set_ApplicationName( 
       string* value
    );
    public:
    property String^ ApplicationName {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    String value.
    See Also