FindImages

FindImages(ImageSearchCriteria)

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

public WatermarkableImageCollection FindImages(ImageSearchCriteria searchCriteria)
Parameter Type Description
searchCriteria ImageSearchCriteria The search criteria to use.

Return Value

The collection of the found images.

See Also


FindImages()

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

public WatermarkableImageCollection FindImages()

Return Value

The collection of the found images.

See Also