←Select platform

NoDiskMemory Property

Summary
Gets or sets a value indicating whether to allow disk memory when loading an image.
Syntax
C#
VB
Objective-C
C++
Java
public bool NoDiskMemory { get; set; } 
Public Property NoDiskMemory As Boolean 
@property (nonatomic, assign) BOOL noDiskMemory 
public boolean getNoDiskMemory() 
public void setNoDiskMemory(boolean value) 
public: 
property bool NoDiskMemory { 
   bool get(); 
   void set (    bool ); 
} 

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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.