←Select platform

LoadThenResize Property

Summary
A value that determines whether this RasterCodecs object should load the image entirely before resizing.
Syntax
C#
C++/CLI
Java
Python
public bool LoadThenResize { get; set; } 
public boolean getLoadThenResize() 
public void setLoadThenResize(boolean value) 
public: 
property bool LoadThenResize { 
   bool get(); 
   void set (    bool ); 
} 
LoadThenResize # get and set (RasterCodecs) 

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

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.