Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

FastLoad Property








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;}
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 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

Error processing SSI file