The ICogImageFileProvider type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Append | Append image to end of an open file. | |
| Close | Close an open image file. | |
| CopyTo(Array, Int32) | Copies the elements of the ICollection to an Array, starting at a particular Array index. (Inherited from ICollection.) | |
| CopyTo(Array, Int32) | ||
| Delete | Delete the specified images from the current open file. | |
| Open | Open an image file using the given mode. | |
| ResumeAndRaiseChangedEvent |
Re-enables raising of the Changed event after SuspendChangedEvent
has been called, and raises the Changed event if the
ChangedEventSuspended count is reduced to zero and any changes were
made while events were suspended. Must be called once for each call to
SuspendChangedEvent.
(Inherited from ICogChangedEvent.) | |
| SuspendChangedEvent |
Temporarily suspends the raising of the Changed event. May be called
more than once, and a corresponding call to ResumeAndRaiseChangedEvent
must be made for each call to SuspendChangedEvent.
(Inherited from ICogChangedEvent.) |
See Also