←Select platform

TiledMemory Property

Summary
Gets or sets a value indicating whether to use tiled memory when loading an image.
Syntax
C#
VB
Objective-C
C++
Java
public bool TiledMemory { get; set; } 
Public Property TiledMemory As Boolean 
@property (nonatomic, assign) BOOL tiledMemory 
public boolean getTiledMemory() 
public void setTiledMemory(boolean value) 
public: 
property bool TiledMemory { 
   bool get(); 
   void set (    bool ); 
} 

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

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.