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




In This Topic
    AudioFileName Property
    In This Topic
    Gets or sets the file name for recorded audio.
    Syntax
    'Declaration
     
    Public Property AudioFileName As String
    'Usage
     
    Dim instance As ImGearTWAIN
    Dim value As String
     
    instance.AudioFileName = value
     
    value = instance.AudioFileName
    public string AudioFileName {get; set;}
    public: __property string* get_AudioFileName();
    public: __property void set_AudioFileName( 
       string* value
    );
    public:
    property String^ AudioFileName {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    String value.
    See Also