LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

TiledMemory Property






Gets or sets a value indicating whether to use tiled memory when loading an image. .NET support WinRT support
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;}
 get_TiledMemory();
set_TiledMemory(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsLoadOptions Class
CodecsLoadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

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