LEADTOOLS (Leadtools assembly)

DataSize Property

Show in webframe







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, readonly, assign) size_t 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

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.