ImageGear .NET v24.14 - Updated
MarkupArtDocumentDataConnection Class
Members 




ImageGear24.Web.Services Assembly > ImageGear.Web.DataProviders Namespace : MarkupArtDocumentDataConnection Class
This is an abstract base class that represents a connection to a specific document which supports the Markup Layer API, enabling multiple annotation or art documents to be associated with a single viewable document. All data providers which support the Markup Layer API would implement a derived class of this. This class implements IDisposable System.IDisposable.
Object Model
MarkupArtDocumentDataConnection ClassMarkupArtDataConnection ClassMarkupImageDataProvider Class
Syntax
'Declaration
 
Public MustInherit Class MarkupArtDocumentDataConnection 
'Usage
 
Dim instance As MarkupArtDocumentDataConnection
public abstract class MarkupArtDocumentDataConnection 
public __gc abstract class MarkupArtDocumentDataConnection 
public ref class MarkupArtDocumentDataConnection abstract 
Remarks
If you write your own Data Provider with the intention of supporting Markup Layers, you must create a derivation of this class
Inheritance Hierarchy

System.Object
   ImageGear.Web.DataProviders.MarkupArtDocumentDataConnection

See Also

Reference

MarkupArtDocumentDataConnection Members
ImageGear.Web.DataProviders Namespace