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

ImageFileExtension

OcrContext.ImageFileExtension property

Gets the file extension of the image. This value can be used to determine the type of the image.

public string ImageFileExtension { get; }

Property Value

The file extension of the image.

See Also