Gets the size of the raster data in bytes.
Read-only property
[Visual Basic .NET] |
---|
Public Property ByteLength() As Integer |
[C#] |
---|
public int ByteLength {get;} |
[Managed C++] |
---|
public: __property int get_ByteLength(); |
[Unmanaged C++] |
---|
public: HRESULT get_ByteLength( int * pRetVal ); |
[Java] |
---|
public Integer getByteLength(); |