The CogImageFileCDB type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ChangedEventSuspended | If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called. | |
| Count | Gets the number of items contained in this collection. | |
| Description | Description of this file type to be used in a Common File Dialog. | |
| FileName | Name of last opened file. | |
| FileTypes | Semicolon separated list of file types that this provider can read or write. | |
| HasChanged | If true, the serializable state of this object has changed since the last time it was serialized. | |
| IsSynchronized | Gets a value indicating whether access to this collection is synchronized (thread-safe). | |
| Item | Gets the item at the specified index. In C#, this property is the indexer for the collection. | |
| OpenMode | Mode in which the file was opened (or cogImageFile_Closed if no file open). | |
| SyncRoot | Gets an object that can be used to synchronize access to this collection. |
See Also