Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.17
FastLoad Property
See Also 
Leadtools.Codecs Namespace > CodecsAbcLoadOptions Class : FastLoad Property




Enables or disables fast loading algorithm for loading ABC images.

Syntax

Visual Basic (Declaration) 
Public Property FastLoad As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CodecsAbcLoadOptions
Dim value As Boolean
 
instance.FastLoad = value
 
value = instance.FastLoad
C# 
public bool FastLoad {get; set;}
Managed Extensions for C++ 
public: __property bool get_FastLoad();
public: __property void set_FastLoad( 
   bool value
);
C++/CLI 
public:
property bool FastLoad {
   bool get();
   void set (bool value);
}

Return Value

true to enable fast loading algorithm; otherwise, false.

Example

For an example, refer to CodecsAbcOptions.

Remarks

Enabling FastLoad will result in faster image loads but less image details.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also