Accusoft.ImagXpress13.Net
Size Property




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

Property Value

An integer value which represents the file size of the current image file.
Remarks
NOTE: This is the size of compressed image file on disk. As such, if you load from a stream, this property will be 0. If the size of the image file is required, it should be calculated from the stream.
See Also

Reference

ImageXData Class
ImageXData Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback