Click or drag to resize

Workspace Properties

The Workspace type exposes the following members.

Properties
  NameDescription
Public propertyAsynchronous
Gets or sets a value indicating if method calls through this Workspace object are processed asynchronously in a background thread.
Public propertyAutoDispose
Gets or sets a value indicating if the Workspace should dispose all images it contains when finalized.
Public propertyImage
Gets or sets the current AtalaImage that is active in this Workspace.
Public propertyImages
Gets the ImageCollection of this Workspace object.
Public propertyQueue
Gets the ProcessQueue containing queued items that this Workspace object is currently processing.
Public propertyUndos
Gets the UndoCollection object containing the undo history of this Workspace.
Top
See Also