VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Comments Namespace / CommentCollection Class / GetBySource(Object) Method
Syntax Requirements SeeAlso
In This Topic
GetBySource(Object) Method (CommentCollection)
In This Topic
Returns the comment by source.
Syntax
'Declaration

Public Function GetBySource( _
ByVal source
The comment source.
As System.Object _
) As Comment
public Comment GetBySource(
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