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

EnabledForEmbeddedImages

ImageIndexingOptions.EnabledForEmbeddedImages property

Gets or sets a value indicating whether to index embedded images (for example, images in a DOCX document). The default value is false.

public bool EnabledForEmbeddedImages { get; set; }

Property Value

A value indicating whether to index embedded images.

See Also