1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search.Options
  6. /
  7. ImageLocation

ImageLocation

ImageLocation enumeration

Specifies an image location.

public enum ImageLocation

Values

Name Value Description
Separate 0 An image in separate file.
Embedded 1 An image embedded in another document.
ContainerItem 2 An image that is an element in a container file.

See Also