VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.Web.Services Namespace / AnnotationJsonFormatter Class / SerializeAnnotationData(AnnotationData) Method
Syntax Requirements SeeAlso
In This Topic
SerializeAnnotationData(AnnotationData) Method (AnnotationJsonFormatter)
In This Topic
Serializes an annotation data to a JSON string.
Syntax
'Declaration

Protected Overridable Function SerializeAnnotationData( _
ByVal annotationData
Annotation data to serialize.
As Vintasoft.Imaging.Annotation.AnnotationData _
) As String
protected virtual string SerializeAnnotationData(
Vintasoft.Imaging.Annotation.AnnotationData annotationData
)

Parameters

annotationData
Annotation data to serialize.

Return Value

The annotation data as JSON string.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

See Also