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




In This Topic
    NumberOfFiles Property
    In This Topic
    Gets the number of files; depends on Type.
    Syntax
    'Declaration
     
    Public ReadOnly Property NumberOfFiles As Long
    'Usage
     
    Dim instance As ImGearFileInfo
    Dim value As Long
     
    value = instance.NumberOfFiles
    public long NumberOfFiles {get;}
    public: __property long get_NumberOfFiles();
    public:
    property int64 NumberOfFiles {
       int64 get();
    }

    Property Value

    Int64 value.
    See Also