←Select platform

ImageStream Property

Summary

Gets or sets the stream containing the source image data.

Syntax
C#
C++/CLI
Python
public Stream ImageStream { get; set; } 
public:  
   property Stream^ ImageStream 
   { 
      Stream^ get() 
      void set(Stream^ value) 
   } 
ImageStream # get and set (OcrAutoRecognizeJobData) 

Property Value

A Stream containing the source image data. This can be any single or multipage image file format supported by LEADTOOLS.

Remarks

A Stream that contains the source image data. This can be any single or multipage image file format supported by LEADTOOLS.

Either ImageFileName or ImageStream must not be null.

Requirements

Target Platforms

Help Version 23.0.2024.4.18
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.