LEADTOOLS (Leadtools assembly)

Size Property (RasterImageAllocateData)

Show in webframe







Gets the size of the data required by the RasterImage object being created in bytes.
Syntax
public long Size {get;}
'Declaration
 
Public ReadOnly Property Size As Long
'Usage
 
Dim instance As RasterImageAllocateData
Dim value As Long
 
value = instance.Size
public long Size {get;}

            

            
 get_Size(); 
public:
property int64 Size {
   int64 get();
}

Property Value

The size of the data required by the RasterImage object being created in bytes.
Remarks

You cannot change the width, height, bits/pixel, order or size of the RasterImage object being created. You can however inspect and change the memory model (conventional, disk, tiled, etc.).

Example
For an example, refer to RasterDefaults.SetRasterImageAllocateCallback.
Requirements

Target Platforms

See Also

Reference

RasterImageAllocateData Class
RasterImageAllocateData Members

 

 


Products | Support | Contact Us | Copyright Notices

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