←Select platform

NoTiledMemory Property

Summary
Gets or sets a value indicating whether to allow tiled images.
Syntax
C#
VB
Objective-C
C++
Java
public bool NoTiledMemory { get; set; } 
Public Property NoTiledMemory As Boolean 
@property (nonatomic, assign) BOOL noTiledMemory 
public boolean getNoTiledMemory() 
public void setNoTiledMemory(boolean value) 
public: 
property bool NoTiledMemory { 
   bool get(); 
   void set (    bool ); 
} 

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

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.