←Select platform

FastLoad Property

Summary

Enables or disables fast loading algorithm for loading ABC images.

Syntax
C#
VB
C++
Java
public bool FastLoad {get; set;} 
Public Property FastLoad As Boolean 
public boolean isFastLoad() 
public void setFastLoad(boolean fastLoad) 
public: 
property bool FastLoad { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to enable fast loading algorithm; otherwise, false.

Remarks

Enabling FastLoad will result in faster image loads but less image details.

Example

For an example, refer to CodecsAbcLoadOptions.

Requirements

Target Platforms

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

Leadtools.Codecs Assembly