The following tables list the members exposed by ArtDocumentDataConnection.
Name | Description | |
---|---|---|
![]() | ArtDataConnection | Gets (ArtDataConnection) object. object. |
![]() | DocumentIdentifier | Gets DocumentIdentifier property. |
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. |
Name | Description | |
---|---|---|
![]() | Closed | The derived class can implement this method to do the necessary cleanup when the document is closed. |