VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.Web.Services Namespace / VintasoftAnnotationCollectionWebService Class
Constructors Properties Methods SeeAlso
In This Topic
    VintasoftAnnotationCollectionWebService Class Members
    In This Topic
    The following tables list the members exposed by VintasoftAnnotationCollectionWebService.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets a cache manager that manages cache of annotations.
    Public PropertyGets the formatter that should be used for serializing/deserializing of annotations.
    Public PropertyGets or sets a file identifier of the default CMYK ICC profile, which is used in CreateImageDecodingSettings(VintasoftImage,WebDecodingSettings) methods if WebDecodingSettings.isColorManagementEnabled == true.
    Public PropertyGets or sets the data storage that should be used for storing global resources.
    Public PropertyGets a cache manager that manages cache of image tiles.
    Public PropertyGets or sets the data storage that should be used for storing serialized documents.
    Public PropertyGets or sets the data storage that should be used for storing images.
    Public PropertyGets a cache manager that manages cache of thumbnails.
    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