VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Comments Namespace / Comment Class / AddReply(Color,String) Method
Syntax Requirements SeeAlso
In This Topic
AddReply(Color,String) Method (Comment)
In This Topic
Adds the reply to this comment.
Syntax
'Declaration

Public Function AddReply( _
ByVal color
The reply color.
As System.Drawing.Color, _
ByVal userName
The user name.
As System.String _
) As Comment
public Comment AddReply(
System.Drawing.Color color,
System.String userName
)

Parameters

color
The reply color.
userName
The user name.

Return Value

Reply to this comment.
Requirements

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

See Also