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

ImageStream

OcrContext.ImageStream property

Gets the stream containing the image to be processed.

public Stream ImageStream { get; }

Property Value

The stream containing the image to be processed.

See Also