VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.Web.Services Namespace / AnnotationJsonFormatter Class / SerializeComment(AnnotationComment,StringBuilder) Method
Syntax Requirements SeeAlso
    SerializeComment(AnnotationComment,StringBuilder) Method (AnnotationJsonFormatter)
    Serializes data of annotation comment to a JSON string.
    Syntax
    'Declaration
    
    Protected Sub SerializeComment( _
    ByVal comment
    Annotation comment.
    As Vintasoft.Imaging.Annotation.Comments.AnnotationComment, _
    ByVal sb
    String builder where data must be serialized.
    As System.Text.StringBuilder _
    )
     

    Parameters

    comment
    Annotation comment.
    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