C#
VB
Java
WinRT C#
C++
Enables or disables fast loading algorithm for loading ABC images.
public bool FastLoad {get; set;}
Public Property FastLoad As Boolean
public bool FastLoad {get; set;}
public boolean isFastLoad()
public void setFastLoad(boolean fastLoad)
<br/>get_FastLoad();<br/>set_FastLoad(value);<br/>Object.defineProperty('FastLoad');
true to enable fast loading algorithm; otherwise, false.
Enabling FastLoad will result in faster image loads but less image details.
For an example, refer to CodecsAbcLoadOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET