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

EnabledForContainerItemImages

ImageIndexingOptions.EnabledForContainerItemImages property

Gets or sets a value indicating whether to index images that are items in a container (for example, images in a ZIP archive). The default value is false.

public bool EnabledForContainerItemImages { get; set; }

Property Value

A value indicating whether to index images that are items in a container.

See Also