A value that determine whether this RasterCodecs object should load the image entirely before resizing.
public bool LoadThenResize { get; set; }
Public Property LoadThenResize As Boolean
public boolean getLoadThenResize()
public void setLoadThenResize(boolean value)
true to load the image entirely before resizing, false, otherwise. The default value is false.
Note: The restriction on using portions of LEADTOOLS inside ASP.NET applications has been removed starting with LEADTOOLS 16.5.
The RasterCodecs object has the following methods that allows you to resize an image while it is being loaded:
This method works by resizing the image while it is being loaded using an internal thread. To disable this behavior, you can set the value of the LoadThenResize property to true to completely load an image before resizing it.
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