Click or drag to resize
DocumentState Enumeration
Represents the various document states used when creating a new QDSDocumentSession.

Namespace: PIX.QMSAPI.DataObjects.Enums
Assembly: 
Syntax
public enum DocumentState
Members
  Member nameValueDescription
NoAttemptToOpenHasBeenMade1 No attempt to open document.
OpenedSuccessfully2 The document opened successfully.
CouldNotOpenDocument3 Could not open document.
CouldNotGetSlot4 There are no available QVB processes.
Closed5 Document is closed.
OtherError6 Other error.
See Also