VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.AspNetCore.ApiControllers Namespace / VintasoftAnnotationCollectionApiController Class
Constructors Properties Methods SeeAlso
In This Topic
    VintasoftAnnotationCollectionApiController Class Members
    In This Topic
    The following tables list the members exposed by VintasoftAnnotationCollectionApiController.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the VintasoftAnnotationCollectionApiController class.
    Public Properties
     NameDescription
    Public Property (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public PropertyGets or sets the formatter that should be used for serializing/deserializing of annotations.
    Public PropertyGets an information about the web hosting environment an application is running in.
    Public Property (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public PropertyGets or sets a value indicating whether the API controller can work with undefined session.
    Public Property (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Property (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Property (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Property (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Property (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Property (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Property (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Property (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Property (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Property (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Methods
     NameDescription
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodBurns the specified annotation collection on the specified image.
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodClears the image tiles cache, thumbnails cache and annotations cache for specified file.
    Public MethodClears the annotation cache for current HTTP session.
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodDeserializes annotation collection, of specified image, from server.
    Public MethodDeserializes annotation collections, of specified images, from server.
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodReturns an image with burned annotations as a Base64 string.
    Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodRemoves the annotation collection, of specified image, from server.
    Public MethodRotates image with annotations.
    Public MethodSaves the specified annotation collection in the specified image page.
    Public MethodSaves the specified annotation collections in the specified image files.
    Public MethodSerializes annotation collection, of specified image, on server.
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Protected Methods
     NameDescription
    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 serialized documents.
    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.
    See Also