Description

Gets/Sets any defined flags for the McStream.

Property type

A mcsfStreamFlags enumeration.  

Syntax

object.Flags [= value]

The Flags Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McStream.
valueA mcsfStreamFlags enumeration, as described in settings.

Settings

The settings for value are:

ConstantValueDescription
 mcsfNoFlags0

Stream has not been used

 mcsfUserFlags-65536

Mask of flags that can be set through the Flags property (remainder are read-only)

 mcsfIsFile1

If set, image was loaded from and/or saved to an image file

 mcsfWasLoaded2

If set, the image was loaded from a file

 mcsfWasSaved4

If set, the image was saved to a file that adaquately archived the image

 mcsfCanSave16

If set, the image was previously saved to or loaded from an archival format

 mcsfIsSaveAs65536

If set, the Save operation will respect any AOIs

Remarks

Only flags masked by the mcsfStreamFlags mcsfUserFlags bits can be set. Other flags are read-only and attempts to set or clear them will be ignored.