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

NoDiskMemory Property






Gets or sets a value indicating whether to allow disk memory when loading an image. .NET support WinRT support
Syntax
public bool NoDiskMemory {get; set;}
'Declaration
 
Public Property NoDiskMemory As Boolean
'Usage
 
Dim instance As CodecsLoadOptions
Dim value As Boolean
 
instance.NoDiskMemory = value
 
value = instance.NoDiskMemory
public bool NoDiskMemory {get; set;}
 get_NoDiskMemory();
set_NoDiskMemory(value);
public:
property bool NoDiskMemory {
   bool get();
   void set (    bool value);
}

Property Value

true to prevent loading the image using disk memory; false otherwise.
Remarks
When using tiled memory, the image data is stored in disk and not in conventional memory. Setting the value of this property to true will prevent the image from being created in disk.
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.