LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

FastLoad Property






Enables or disables fast loading algorithm for loading ABC images. .NET support WinRT support
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);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsAbcLoadOptions Class
CodecsAbcLoadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.