VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Comments Namespace / Comment Class / FindCommentBySource(Object) Method
Syntax Requirements SeeAlso
In This Topic
    FindCommentBySource(Object) Method (Comment)
    In This Topic
    Searches the comment by specified source.
    Syntax
    'Declaration
    
    Public Function FindCommentBySource( _
    ByVal source
    The source of a comment.
    As System.Object _
    ) As Comment
    public Comment FindCommentBySource(
    System.Object source
    )
    public: Comment* FindCommentBySource(
    System.Object source
    )
    public:
    Comment^ FindCommentBySource(
    System.Object source
    )

    Parameters

    source
    The source of a comment.

    Return Value

    Comment that corresponds specified source.
    Requirements

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

    See Also