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
); |
Return Value
true to enable fast loading algorithm; otherwise, false.
Example
Remarks
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