VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
In This Topic
    VintaSoft Annotation .NET Plug-in: API changes in version 9.1.2
    In This Topic

    API changes in Vintasoft.Imaging.Annotation.Html5.js

    Changed classes:

    Vintasoft.Imaging.Annotation.UI.WebAnnotationViewJS
    Added properties
    public string get_Guid { get; } Gets the GUID of annotation.
    Added methods
    public object deserialize(object) Deserializes annotation.
    public boolean drawInContentSpace(object, object) Draws an annotation on the canvas drawing context in the coordinate space of annotation.
    public object serialize() Returns a JSON-object for annotation serialization.


    Vintasoft.Imaging.Annotation.UI.WebEmbeddedImageAnnotationViewJS
    Added properties
    public string get_Type { get; } Gets annotation type.
    Added methods
    public object deserialize(object) Deserializes annotation.
    public object serialize() Returns a JSON-object for annotation serialization.


    Vintasoft.Imaging.Annotation.UI.WebFreeTextAnnotationViewJS
    Added properties
    public string get_Type { get; } Gets annotation type.
    Added methods
    public object deserialize(object) Deserializes annotation.
    public object serialize() Returns a JSON-object for annotation serialization.


    Vintasoft.Imaging.Annotation.UI.WebGroupAnnotationViewJS
    Added properties
    public string get_Type { get; } Gets annotation type.
    Added methods
    public object deserialize(object) Deserializes annotation.
    public object serialize() Returns a JSON-object for annotation serialization.


    Vintasoft.Imaging.Annotation.UI.WebReferencedImageAnnotationViewJS
    Added properties
    public string get_Type { get; } Gets annotation type.
    Added methods
    public object deserialize(object) Deserializes annotation.
    public object serialize() Returns a JSON-object for annotation serialization.


    Vintasoft.Imaging.Annotation.UI.WebRulerAnnotationViewJS
    Added methods
    public object deserialize(object) Deserializes annotation.
    public object serialize() Returns a JSON-object for annotation serialization.


    Vintasoft.Imaging.Annotation.UI.WebStickyNoteAnnotationViewJS
    Added properties
    public string get_Type { get; } Gets annotation type.
    Added methods
    public object deserialize(object) Deserializes annotation.
    public object serialize() Returns a JSON-object for annotation serialization.




    API changes in Vintasoft.Imaging.Annotation.Svg.js

    Changed classes:

    Vintasoft.Imaging.Annotation.UI.WebAnnotationViewJS
    Added methods
    public object deserialize(object) Deserializes annotation.
    public object serialize() Returns a JSON-object for annotation serialization.


    Vintasoft.Imaging.Annotation.UI.WebEmbeddedImageAnnotationViewJS
    Added methods
    public object deserialize(object) Deserializes annotation.
    public object serialize() Returns a JSON-object for annotation serialization.


    Vintasoft.Imaging.Annotation.UI.WebFreeTextAnnotationViewJS
    Added methods
    public object deserialize(object) Deserializes annotation.
    public object serialize() Returns a JSON-object for annotation serialization.


    Vintasoft.Imaging.Annotation.UI.WebGroupAnnotationViewJS
    Added methods
    public object deserialize(object) Deserializes annotation.
    public object serialize() Returns a JSON-object for annotation serialization.


    Vintasoft.Imaging.Annotation.UI.WebReferencedImageAnnotationViewJS
    Added methods
    public object deserialize(object) Deserializes annotation.
    public object serialize() Returns a JSON-object for annotation serialization.


    Vintasoft.Imaging.Annotation.UI.WebRulerAnnotationViewJS
    Added methods
    public object deserialize(object) Deserializes annotation.
    public object serialize() Returns a JSON-object for annotation serialization.


    Vintasoft.Imaging.Annotation.UI.WebStickyNoteAnnotationViewJS
    Added methods
    public object deserialize(object) Deserializes annotation.
    public object serialize() Returns a JSON-object for annotation serialization.




    API changes in Vintasoft.Imaging.Annotation.Web.Services.dll

    Changed classes:

    Vintasoft.Imaging.Annotation.Web.Services.VintasoftAnnotationCollectionWebService
    Changed methods
    protected string[] GetAnnotationCollectionFromDataStorage(string, string, int[]) protected string[] GetAnnotationCollectionFromDataStorage(string, string, string, int[])
    protected System.Collections.Generic.Dictionary<int,System.Exception> SaveAnnotationCollectionToDataStorage(string, string, System.Collections.Generic.Dictionary<int,string>) protected System.Collections.Generic.Dictionary<int,System.Exception> SaveAnnotationCollectionToDataStorage(string, string, string, System.Collections.Generic.Dictionary<int,string>)