LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

LoadThenResize Property






Gets or sets a value that determine whether this RasterCodecs object should load the image entirely before resizing. .NET support
Syntax
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;}
 get_LoadThenResize();
set_LoadThenResize(value);
public:
property bool LoadThenResize {
   bool get();
   void set (    bool value);
}

Property Value

true to load the image entirely before resizing, false, otherwise. The default value is false.
Remarks

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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterCodecs Class
RasterCodecs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.