Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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;}
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 CodecsAbcLoadOptions.

Remarks

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

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also