←Select platform

FastLoad Property

Summary

Enables or disables fast loading algorithm for loading ABC images.

Syntax

C#
VB
Java
WinRT C#
C++
public bool FastLoad {get; set;} 
Public Property FastLoad As Boolean 
public bool FastLoad {get; set;} 
public boolean isFastLoad() 
public void setFastLoad(boolean fastLoad) 
             
 <br/>get_FastLoad();<br/>set_FastLoad(value);<br/>Object.defineProperty('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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly