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
- class WatermarkableImageCollection
- class ImageSearchCriteria
- class ContentPart
- namespace GroupDocs.Watermark.Contents
- assembly GroupDocs.Watermark
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
- class WatermarkableImageCollection
- class ContentPart
- namespace GroupDocs.Watermark.Contents
- assembly GroupDocs.Watermark