Accusoft ImagXpress 12
ProcessStatus Property
See Also  Send comments on this topic.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : ProcessStatus Property

Glossary Item Box

Description

Gets the status of the current process buffer.

Property Type

Read-only property

Syntax

Visual Basic
Public Property ProcessStatus As Long

Return Type

The status of the current process buffer.

Remarks

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)

 

See Also

©2013. Accusoft Corporation. All Rights Reserved.