Gets the status of the current view image buffer.
Read-only property
Visual Basic |
---|
Public Property ViewStatus As Long |
The status of the current view image buffer.
This property will contain one or more of the following ixStatus flags:
-
BUFSTATUS_EMPTY (0)
-
BUFSTATUS_DEFINED (1)
-
BUFSTATUS_OPENED (2)
-
BUFSTATUS_DECODED (4)
-
BUFSTATUS_DECODING (8)
-
BUFSTATUS_ERROR (268435456)
-
BUFSTATUS_WAIT (16)
-
BUFSTATUS_CANCELED (32)
-
BUFSTATUS_SHUTDOWN (64)
-
BUFSTATUS_IMAGEPROCESSING (256)
-
BUFSTATUS_IMAGEPROCESSED (512)
-
BUFSTATUS_SAVING (1024)
-
BUFSTATUS_SAVED (2048)