LEADTOOLS Image File Support (Leadtools.Codecs assembly)

NoTiledMemory Property

Show in webframe







Gets or sets a value indicating whether to allow tiled images.
Syntax
public bool NoTiledMemory {get; set;}
'Declaration
 
Public Property NoTiledMemory As Boolean
'Usage
 
Dim instance As CodecsLoadOptions
Dim value As Boolean
 
instance.NoTiledMemory = value
 
value = instance.NoTiledMemory
public bool NoTiledMemory {get; set;}
@property (nonatomic, assign) BOOL noTiledMemory;
public boolean getNoTiledMemory()
public void setNoTiledMemory(boolean value)
            
 
get_NoTiledMemory();
set_NoTiledMemory(value);
Object.defineProperty('NoTiledMemory');
public:
property bool NoTiledMemory {
   bool get();
   void set (    bool value);
}

Property Value

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