find_images method

find_images

Finds all images in the content. The search is conducted in the objects specified in Watermarker.searchable_objects.

Returns

The collection of the found images.

def find_images(self):
    ...

find_images

Finds images according to the specified search criteria. The search is conducted in the objects specified in Watermarker.searchable_objects.

Returns

The collection of the found images.

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

See Also