←Select platform

ImageStream Property

Summary

Gets or sets the stream containing the source image data.

Syntax
C#
VB
C++
public Stream ImageStream { get; set; } 
Public Property ImageStream() As Stream 
   Get 
   Set 
public:  
   property Stream^ ImageStream 
   { 
      Stream^ get() 
      void set(Stream^ value) 
   } 

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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

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