The following tables list the members exposed by ArtDocumentDataConnection.
            
            
            
            
            
            
            
            
            
            Public Properties
            
            
            
            Public Methods
|  | Name | Description | 
|---|
|  | Close | This method simply calls Dispose(). | 
|  | Dispose | This closes the connection to a document. 
            The base class also calls ArtDataConnection.DocumentConnectionClosed() to indicate that the document is now closed. | 
|  | Read | This reads the content of the annotation data and returns it in the form of a stream. | 
|  | Write | This method overwrites the existing ART (annottaions) 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