LEADTOOLS Image File Support (Leadtools.Codecs assembly)

FastLoad Property

Show in webframe







Enables or disables fast loading algorithm for loading ABC images.
Syntax
public bool FastLoad {get; set;}
'Declaration
 
Public Property FastLoad As Boolean
'Usage
 
Dim instance As CodecsAbcLoadOptions
Dim value As Boolean
 
instance.FastLoad = value
 
value = instance.FastLoad
public bool FastLoad {get; set;}

            

            
 
get_FastLoad();
set_FastLoad(value);
Object.defineProperty('FastLoad');
public:
property bool FastLoad {
   bool get();
   void set (    bool value);
}

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

See Also

Reference

CodecsAbcLoadOptions Class
CodecsAbcLoadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.