Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

DataSize Property








Gets the size, in bytes, of the image data buffer.
Syntax
public long DataSize {get;}
'Declaration
 
Public ReadOnly Property DataSize As Long
'Usage
 
Dim instance As RasterImage
Dim value As Long
 
value = instance.DataSize
public long DataSize {get;}
@property (nonatomic, assign, readonly) unsigned long dataSize
public long getDataSize()
 get_DataSize(); 
public:
property int64 DataSize {
   int64 get();
}

Property Value

The size, in bytes of the image data buffer.
Example
For an example, refer to ChangeCompression.
Requirements

Target Platforms

See Also

Reference

RasterImage Class
RasterImage Members

Error processing SSI file