ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.DataProviders Namespace / ArtDocumentDataConnection Class / Read Method




In This Topic
    Read Method (ArtDocumentDataConnection)
    In This Topic
    This reads the content of the annotation data and returns it in the form of a stream.
    Syntax
    'Declaration
     
    Public MustOverride Function Read() As Stream
    'Usage
     
    Dim instance As ArtDocumentDataConnection
    Dim value As Stream
     
    value = instance.Read()
    public abstract Stream Read()
    public: abstract Stream* Read(); 
    public:
    abstract Stream^ Read(); 

    Return Value

    See Also