Error processing SSI file
Leadtools TWAIN (Leadtools.Twain assembly)

Show in webframe

NumberOfAudioSnippets Property






Gets or sets a value that specifies the number of audio snippets.
Syntax
public int NumberOfAudioSnippets {get; set;}
'Declaration
 
Public Property NumberOfAudioSnippets As Integer
'Usage
 
Dim instance As TwainFileSystem
Dim value As Integer
 
instance.NumberOfAudioSnippets = value
 
value = instance.NumberOfAudioSnippets
public:
property int NumberOfAudioSnippets {
   int get();
   void set (    int value);
}

Property Value

An integer that represents the number of audio snippets.
Example
Refer to QueryFileSystem example.
Requirements

Target Platforms

See Also

Reference

TwainFileSystem Class
TwainFileSystem Members

Error processing SSI file