VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.Web.HttpHandlers Namespace / VintasoftAnnotationCollectionHandler Class
Constructors Properties Methods SeeAlso
In This Topic
    VintasoftAnnotationCollectionHandler Class Members
    In This Topic
    The following tables list the members exposed by VintasoftAnnotationCollectionHandler.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the VintasoftAnnotationCollectionHandler class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the formatter that should be used for serializing/deserializing annotations.
    Public PropertyGets or sets a value indicating whether the HTTP handler can work with undefined session.
    Public PropertyGets a value indicating whether another request can use this instance.
    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