search method

search {#System.Collections.Generic.List`1[[GroupDocs.Signature.Options.SearchOptions]]}

def search(self, search_options_list):
    ...
Parameter Type Description
search_options_list System.Collections.Generic.List`1[[GroupDocs.Signature.Options.SearchOptions]]

search

Searches for specified signature types in the document by SignatureType value.

Returns

Returns instance of SearchResult with list of found signatures.

def search(self, signature_types):
    ...
Parameter Type Description
signature_types list One or several types of signatures to find.

See Also