The following tables list the members exposed by ImageDocumentDataConnection.
            
            
            
            
            
            
            
            
            
            Public Properties
            
            
            
            Public Methods
|  | Name | Description | 
|---|
|  | Close | This method simply calls Dispose(). | 
|  | Create | This method creates new content with the data given.
            This method is intended to create or insert and not replace content. | 
|  | Dispose | This closes the connection to a document. 
            The base class also calls ImageDataConnection.DocumentConnectionClosed() to indicate that the document is now closed. | 
|  | Read | This reads the content of the data item and returns it in the form of a stream. | 
|  | Write | This method creates or overwrites the existing content. | 
TopProtected Methods
|  | Name | Description | 
|---|
|  | Closed | The derived class can implement this method to do the necessary cleanup when the document is closed. | 
TopSee Also