ImageGear .NET - Updated
NumberOfSnippets Property




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace > ImGearFileInfo Class : NumberOfSnippets Property
Gets the number of audio snippets.
Syntax
'Declaration
 
Public ReadOnly Property NumberOfSnippets As Long
'Usage
 
Dim instance As ImGearFileInfo
Dim value As Long
 
value = instance.NumberOfSnippets
public long NumberOfSnippets {get;}
public: __property long get_NumberOfSnippets();
public:
property int64 NumberOfSnippets {
   int64 get();
}

Property Value

Int64 value.
See Also

Reference

ImGearFileInfo Class
ImGearFileInfo Members