Gets or sets a value indicating whether to allow tiled images.
public bool NoTiledMemory { get; set; }
Public Property NoTiledMemory As Boolean
@property (nonatomic, assign) BOOL noTiledMemory
public boolean getNoTiledMemory()
public void setNoTiledMemory(boolean value)
true to prevent tiled image; false otherwise.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document