ImageGear .NET v25.2 - Updated
ImageGear.Twain Assembly / ImageGear.TWAIN Namespace / ImGearFileInfo Class / NumberOfSnippets Property




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