LEADTOOLS Image File Support (Leadtools.Codecs assembly)

NoDiskMemory Property

Show in webframe







Gets or sets a value indicating whether to allow disk memory when loading an image.
Syntax
public bool NoDiskMemory {get; set;}
'Declaration
 
Public Property NoDiskMemory As Boolean
'Usage
 
Dim instance As CodecsLoadOptions
Dim value As Boolean
 
instance.NoDiskMemory = value
 
value = instance.NoDiskMemory
public bool NoDiskMemory {get; set;}
@property (nonatomic, assign) BOOL noDiskMemory;
public boolean getNoDiskMemory()
public void setNoDiskMemory(boolean value)
            
 
get_NoDiskMemory();
set_NoDiskMemory(value);
Object.defineProperty('NoDiskMemory');
public:
property bool NoDiskMemory {
   bool get();
   void set (    bool value);
}

Property Value

true to prevent loading the image using disk memory; false otherwise.
Remarks
When using tiled memory, the image data is stored in disk and not in conventional memory. Setting the value of this property to true will prevent the image from being created in disk.
Example
For an example on changing the default load memory mode, refer to DiskMemory.
Requirements

Target Platforms

See Also

Reference

CodecsLoadOptions Class
CodecsLoadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.