| Visual Basic (Declaration) | |
|---|---|
Public Property FastLoad As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool FastLoad {get; set;} | |
Return Value
true to enable fast loading algorithm, false to disable it.Refer to CodecsAbcOptions.Load.
Enabling FastLoad will result in faster image loads but less image details.
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code