search method

search

Searches all possible watermarks in the document.

Returns

The collection of possible watermarks.

def search(self):
    ...

Example

Count the possible watermarks in a document of any supported type.

search

Searches possible watermarks according to specified search criteria.

Returns

The collection of possible watermarks.

def search(self, search_criteria):
    ...
Parameter Type Description
search_criteria groupdocs.watermark.search.searchcriteria.SearchCriteria The search criteria to use.

Example

Find and remove all possible watermarks containing particular text or image from a document of any supported type.

See Also