LEADTOOLS Raster Imaging C++ Class Library Help > Classes and Member Functions > LAnimationWindow > LAnimationWindow Member Functions > LAnimationWindow::IsPlayWhileLoadEnabled |
#include "ltwrappr.h"
L_BOOL LAnimationWindow::IsPlayWhileLoadEnabled()
Determines whether the play while load feature is enabled.
Returns
The current state of the play while load feature. Possible values are:
Value |
Meaning |
TRUE |
The play while load feature is enabled. |
FALSE |
The play while load feature is disabled. |
Required DLLs and Libraries
LTDIS For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
Win32, x64.
See Also
Example
For an example, refer to LAnimationWindow::EnablePlayWhileLoad.