VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.Web.Services Namespace / AnnotationJsonFormatter Class
Constructors Methods SeeAlso
In This Topic
    AnnotationJsonFormatter Class Members
    In This Topic
    The following tables list the members exposed by AnnotationJsonFormatter.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the AnnotationJsonFormatter class.
    Public Methods
     NameDescription
    Public MethodDeserializes an Vintasoft.Imaging.Annotation.AnnotationDataCollection or Vintasoft.Imaging.Annotation.AnnotationData object from a JSON object.
    Public MethodSerializes an Vintasoft.Imaging.Annotation.AnnotationDataCollection or Vintasoft.Imaging.Annotation.AnnotationData object to a JSON object.
    Protected Methods
     NameDescription
    Protected MethodDeserializes an annotation data from JSON string.
    Protected MethodDeserializes the annotation data properties.
    Protected MethodDeserializes an arc annotation data from JSON string.
    Protected MethodDeserializes an arrow annotation data from JSON string.
    Protected MethodDeserializes an embedded image annotation data from JSON string.
    Protected MethodDeserializes a free text annotation data from JSON string.
    Protected MethodDeserializes a group annotation data from JSON string.
    Protected MethodDeserializes an image annotation data from JSON string.
    Protected MethodDeserializes a leader line annotation data from JSON string.
    Protected MethodDeserializes a line base annotation data from JSON string.
    Protected MethodDeserializes the lines annotation data from JSON string.
    Protected MethodDeserializes a link annotation data from JSON string.
    Protected MethodDeserializes a rectangle annotation data from JSON string.
    Protected MethodDeserializes a referenced image annotation data from JSON string.
    Protected MethodDeserializes a ruler annotation data from JSON string.
    Protected MethodDeserializes the rulers annotation data from JSON string.
    Protected MethodDeserializes a stamp annotation data from JSON string.
    Protected MethodDeserializes a sticky note annotation data from JSON string.
    Protected MethodDeserializes a text annotation data from JSON string.
    Protected MethodSerializes an annotation data to a JSON string.
    Protected MethodSerializes data of arrow annotation to a JSON string.
    Protected MethodSerializes data of annotation comment to a JSON string.
    Protected MethodSerializes data of embedded image annotation to a JSON string.
    Protected MethodSerializes data of group annotation to a JSON string.
    Protected MethodSerializes data of line annotation to a JSON string.
    Protected MethodSerializes data of lines annotation to a JSON string.
    Protected MethodSerializes data of link annotation to a JSON string.
    Protected MethodSerializes data of rectangle annotation to a JSON string.
    Protected MethodSerializes data of referenced image annotation to a JSON string.
    Protected MethodSerializes data of ruler annotation to a JSON string.
    Protected MethodSerializes data of rulers annotation to a JSON string.
    Protected MethodSerializes data of stamp annotation to a JSON string.
    Protected MethodSerializes data of sticky note annotation to a JSON string.
    Protected MethodSerializes data of text annotation to a JSON string.
    See Also