1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search.Options
  6. /
  7. ImageSearchOptions
  8. /
  9. SearchDocumentFilter

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