ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.DataProviders Namespace / ArtDocumentDataConnection Class
Properties Methods


In This Topic
    ArtDocumentDataConnection Class Members
    In This Topic

    The following tables list the members exposed by ArtDocumentDataConnection.

    Public Properties
     NameDescription
    Public PropertyGets (ArtDataConnection) object. object.  
    Public PropertyGets DocumentIdentifier property.  
    Top
    Public Methods
     NameDescription
    Public MethodThis method simply calls Dispose().  
    Public MethodThis closes the connection to a document. The base class also calls ArtDataConnection.DocumentConnectionClosed() to indicate that the document is now closed.  
    Public MethodThis reads the content of the annotation data and returns it in the form of a stream.  
    Public MethodThis method overwrites the existing ART (annottaions) content.  
    Top
    Protected Methods
     NameDescription
    Protected MethodThe derived class can implement this method to do the necessary cleanup when the document is closed.  
    Top
    See Also