Search

Search(SearchCriteria)

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

public PossibleWatermarkCollection Search(SearchCriteria searchCriteria)
Parameter Type Description
searchCriteria SearchCriteria The search criteria to use.

Return Value

The collection of the possible watermarks.

See Also


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

public PossibleWatermarkCollection Search()

Return Value

The collection of the possible watermarks.

See Also