VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Comments Namespace / CommentCollection Class / FindBySource(Object) Method
Syntax Requirements SeeAlso
In This Topic
FindBySource(Object) Method (CommentCollection)
In This Topic
Searches the comment by specified source in comments and all replies.
Syntax
'Declaration

Public Function FindBySource( _
ByVal source
The comment source.
As System.Object _
) As Comment
public Comment FindBySource(
System.Object source
)

Parameters

source
The comment source.

Return Value

Comment that corresponds specified source.
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