Gets or sets a value indicating whether to use tiled memory when loading an image.

public bool TiledMemory {get; set;}
public bool TiledMemory {get; set;}
get_TiledMemory();
set_TiledMemory(value);
public:
property bool TiledMemory {
bool get();
void set ( bool value);
}
'Declaration
Public Property TiledMemory As Boolean
'Usage
Dim instance As CodecsLoadOptions
Dim value As Boolean
instance.TiledMemory = value
value = instance.TiledMemory
Property Value
true to load the image using tiled; false otherwise.
For an example on changing the default load memory mode, refer to
DiskMemory.
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