Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
DataSize Property
See Also 
Leadtools Namespace > RasterImage Class : DataSize Property



Gets the size, in bytes, of this RasterImage data buffer.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property DataSize As Integer
Visual Basic (Usage)Copy Code
Dim instance As RasterImage
Dim value As Integer
 
value = instance.DataSize
C# 
public virtual int DataSize {get;}
C++/CLI 
public:
virtual property int DataSize {
   int get();
}

Return Value

The size, in bytes if the data buffer.

Example

For an example, refer to RasterImage.ChangeCompression.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also