VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.Web.Services Namespace / VintasoftAnnotationCollectionWebService Class
In This Topic
VintasoftAnnotationCollectionWebService Class Methods
In This Topic
For a list of all methods of this type, see VintasoftAnnotationCollectionWebService.
Public Methods
 NameDescription
Public MethodBurns the specified annotation collection on the specified image.
Public MethodClears the image tiles cache, thumbnails cache and annotations cache for specified file.
Public MethodDeserializes annotation collection, of specified image, from server.
Public MethodDeserializes annotation collections, of specified images, from server.
Public MethodReturns an image with burned annotations as a Base64 string.
Public MethodRemoves the annotation collection of specified image from the annotation cache.
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.
Protected Methods
 NameDescription
Protected MethodCreates the decoding settings for the specified image and sets the decoding setting for image.
Protected MethodCreates the rendering settings for the specified image and sets the rendering setting for image.
Protected MethodDisposes the decoding settings of the specified image.
Protected MethodDisposes the rendering settings of the specified image.
Protected MethodReturns an annotation collection for image from annotation cache manager.
Protected MethodReturns annotation collections for images from image file.
Protected MethodReturns the default encoder, which must be used for saving the processed image.
Protected MethodReturns the encoder for the specified image stream.
Protected MethodDownload a file from URL and returns an image that is loaded from downloaded file.
Protected MethodReturns the unique and safe file identifier (file name).
Protected MethodInvoked when the the annotation burning is finished.
Protected MethodInvoked when the the annotation burning is started.
Protected MethodSaves an annotation collection for image to the annotation cache manager.
Protected MethodSaves annotation collections for images to the image file.
See Also