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

NoTiledMemory Property






Gets or sets a value indicating whether to allow tiled images. .NET support WinRT support
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;}
 get_NoTiledMemory();
set_NoTiledMemory(value);
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: 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.