LEADTOOLS (Leadtools assembly)

IsDiskMemory Property

Show in webframe







Determines if the memory allocated for the image data is allocated as a disk file rather than in physical memory.
Syntax
public bool IsDiskMemory {get;}
'Declaration
 
Public ReadOnly Property IsDiskMemory As Boolean
'Usage
 
Dim instance As RasterImage
Dim value As Boolean
 
value = instance.IsDiskMemory
public bool IsDiskMemory {get;}
@property (nonatomic, readonly, assign) BOOL isDiskMemory;
public boolean isDiskMemory()
 get_IsDiskMemory(); 
public:
property bool IsDiskMemory {
   bool get();
}

Property Value

true if the memory allocated for the image data is allocated as a disk file rather than in physical memory; false, otherwise.
Example
For an example, refer to IsConventionalMemory.
Requirements

Target Platforms

See Also

Reference

RasterImage Class
RasterImage Members

 

 


Products | Support | Contact Us | Copyright Notices

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