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




In This Topic
    Size Property (ImGearFileInfo)
    In This Topic
    Gets the size of current Type.
    Syntax
    'Declaration
     
    Public ReadOnly Property Size As Long
    'Usage
     
    Dim instance As ImGearFileInfo
    Dim value As Long
     
    value = instance.Size
    public long Size {get;}
    public: __property long get_Size();
    public:
    property int64 Size {
       int64 get();
    }

    Property Value

    Int64 value.
    See Also