VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.Web.HttpHandlers Namespace / VintasoftAnnotationCollectionHandler Class
In This Topic
    VintasoftAnnotationCollectionHandler Class Methods
    In This Topic
    For a list of all methods of this type, see VintasoftAnnotationCollectionHandler.
    Public Methods
     NameDescription
    Public MethodEnables processing of HTTP Web requests by a custom HttpHandler that implements the IHttpHandler interface.
    Protected Methods
     NameDescription
    Protected MethodBurns the specified annotation collection on the specified image.
    Protected MethodClears the annotation cache for current HTTP session.
    Protected MethodCreates cache manager that manages cache of annotation collections.
    Protected MethodCreates a data storage for global resources.
    Protected MethodCreates a cache manager that manages cache of image tiles.
    Protected MethodCreates a data storage for current session.
    Protected MethodCreates a cache manager that manages cache of thumbnails.
    Protected MethodCreates the VintasoftAnnotationCollectionWebService that handles HTTP requests from clients and allows to annotate images.
    Protected MethodDeserializes annotation collection, of specified image, from server.
    Protected MethodDeserializes annotation collections, of specified images, from server.
    Protected MethodExecutes HTTP command and returns the execution result.
    Protected MethodReleases all resources used by this object.
    Protected MethodReturns an image with burned annotations as Base64 string.
    Protected MethodRemoves the annotation collection, of specified image, from server.
    Protected MethodRotates image with annotations on server.
    Protected MethodSaves the specified annotation collection in the specified image page.
    Protected MethodSaves the specified annotation collections in the specified image files.
    Protected MethodSerializes annotation collection, of specified image, on server.
    See Also