VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.Web.Services Namespace / AnnotationJsonFormatter Class / SerializeRectangleAnnotationData(RectangleAnnotationData,StringBuilder) Method
Syntax Requirements SeeAlso
In This Topic
    SerializeRectangleAnnotationData(RectangleAnnotationData,StringBuilder) Method (AnnotationJsonFormatter)
    In This Topic
    Serializes data of rectangle annotation to a JSON string.
    Syntax
    'Declaration
    
    Protected Sub SerializeRectangleAnnotationData( _
    ByVal annotationData
    Annotation data.
    As Vintasoft.Imaging.Annotation.RectangleAnnotationData, _
    ByVal sb
    String builder where data must be serialized.
    As System.Text.StringBuilder _
    )
    protected void SerializeRectangleAnnotationData(
    Vintasoft.Imaging.Annotation.RectangleAnnotationData annotationData,
    System.Text.StringBuilder sb
    )
    protected: void SerializeRectangleAnnotationData(
    Vintasoft.Imaging.Annotation.RectangleAnnotationData annotationData,
    System.Text.StringBuilder* sb
    )
    protected:
    void SerializeRectangleAnnotationData(
    Vintasoft.Imaging.Annotation.RectangleAnnotationData annotationData,
    System.Text.StringBuilder^ sb
    )

    Parameters

    annotationData
    Annotation data.
    sb
    String builder where data must be serialized.
    Requirements

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

    See Also