Name | Description | |
---|---|---|
ConnectionContextData | Any addition information passed into this Data Connection. | |
Provider | The MarkupImageDataProvider from which this connection was spawned |
The following tables list the members exposed by MarkupArtDataConnection.
Name | Description | |
---|---|---|
ConnectionContextData | Any addition information passed into this Data Connection. | |
Provider | The MarkupImageDataProvider from which this connection was spawned |
Name | Description | |
---|---|---|
Close | This releases the resources held by the connection, effectively closing the connection. Calling this method also closes all open MarkupArtDocumentDataConnection objects that were opened by this one. It is essentially the same as the Dispose() method. In fact, this method does not need to be virtual; the base class can implement it as a call to Dispose(). | |
Dispose | This releases the resources held by the connection, effectively closing the connection. Calling this method also closes all open MarkupArtDocumentDataConnection objects that were opened by this one. It is essentially the same as the Close() method. | |
List | Obtains a list of the Markup Layers associated with the specified Document Identifier. Each entry in the list contains the Markup Layer Record ID and mnemonic display name for an associated Markup Layer. ImageGear.Web.MarkupLayers.MarkupLayerInfo | |
OpenDocument | This opens a connection to a specific DocumentIdentifier and returns a connection to that document. It will also add the MarkupArtDocumentDataConnection object to the openDocuments set. | |
UpdateNativeAnnotationLists | Examines the given file for any embedded ART annotations and creates a new Maker Layer. |