←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) 
             
  
get_FastLoad(); 
set_FastLoad(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize