SearchDocumentFilter
ImageSearchOptions.SearchDocumentFilter property
Gets or sets the search document filter. SearchDocumentFilter
works on the inclusion logic. Use SearchDocumentFilter
class for creation of a search document filter instances. The default value is null
, which means that all found documents will be returned.
public ISearchDocumentFilter SearchDocumentFilter { get; set; }
Property Value
The search document filter.
See Also
- interface ISearchDocumentFilter
- class ImageSearchOptions
- namespace GroupDocs.Search.Options
- assembly GroupDocs.Search