Gets or sets a value that specifies the maximum size for a conventional image (default is 0x7FFFFFFF).
public long MaximumConventionalSize { get; set; }
Public Property MaximumConventionalSize As Long
An integer value that specifies the maximum size for a conventional image (default is 0x7FFFFFFF).
Any images with a size bigger than this will be allocated as tiled.
If the MaximumConventionalSize value is > 0, then it represents the maximum size in bytes.
If the MaximumConventionalSize value is < 0, then it represents the maximum size in percentage of the total memory (physical and swap).
Values less than -100 are not allowed.
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