ImageGear .NET - Updated
Size Property (ImGearFileInfo)




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace > ImGearFileInfo Class : Size Property
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

Reference

ImGearFileInfo Class
ImGearFileInfo Members