| 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;} | |
Property Value
true to enable fast loading algorithm; otherwise, false.For an example, refer to CodecsAbcLoadOptions.
Enabling FastLoad will result in faster image loads but less image details.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code