Gets the file size of the current image file.
public: __property int get_Size();
public:
property int Size {
int get();
}
'Declaration
Public ReadOnly Property Size As Integer
'Usage
Dim instance As ImageXData
Dim value As Integer
value = instance.Size
Property Value
An integer value which represents the file size of the current image file.