LEADTOOLS Image File Support (Leadtools.Codecs assembly)

TiledMemory Property

Show in webframe







Gets or sets a value indicating whether to use tiled memory when loading an image.
Syntax
public bool TiledMemory {get; set;}
'Declaration
 
Public Property TiledMemory As Boolean
'Usage
 
Dim instance As CodecsLoadOptions
Dim value As Boolean
 
instance.TiledMemory = value
 
value = instance.TiledMemory
public bool TiledMemory {get; set;}
@property (nonatomic, assign) BOOL tiledMemory;
public boolean getTiledMemory()
public void setTiledMemory(boolean value)
            
 
get_TiledMemory();
set_TiledMemory(value);
Object.defineProperty('TiledMemory');
public:
property bool TiledMemory {
   bool get();
   void set (    bool value);
}

Property Value

true to load the image using tiled; false otherwise.
Remarks
When the value of this property is true, the image is created where the data pointers are maintained in tiles, useful for very large images.
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.