Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > RasterCodecs Class : LoadThenResize Property |
public bool LoadThenResize {get; set;}
'Declaration
Public Property LoadThenResize As Boolean
'Usage
Dim instance As RasterCodecs Dim value As Boolean instance.LoadThenResize = value value = instance.LoadThenResize
public bool LoadThenResize {get; set;}
public boolean getLoadThenResize() public void setLoadThenResize(boolean value)
<br/>get_LoadThenResize();<br/>set_LoadThenResize(value);<br/>Object.defineProperty('LoadThenResize');
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.