VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Comments Namespace / Comment Class / GetStates(Boolean) Method
Syntax Requirements SeeAlso
In This Topic
GetStates(Boolean) Method (Comment)
In This Topic
Returns the states of this comment.
Syntax
'Declaration

Public Overridable Function GetStates( _
ByVal splitByUserName
A value indicating whether states must be splitted by user name.
As Boolean _
) As Comment[]
public virtual Comment[] GetStates(
bool splitByUserName
)

Parameters

splitByUserName
A value indicating whether states must be splitted by user name.

Return Value

An array that contains states of 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