get_images method

get_images

Finds all images in the document.

Returns

The collection of found images.

def get_images(self):
    ...

Example

Add watermark to all images in a document of any supported type.

get_images

Finds images according to specified search criteria.

Returns

The collection of found images.

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

Example

Remove all images that are similar to the reference from a document of any supported type.

See Also