←Select platform

DocumentStream Property

Summary

The stream containing the output document data.

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

Property Value

A .NET stream that contains the data of the output document file after recognition is completed.

Remarks

Either DocumentFileName or DocumentStream must not be null. The output document will be stored into the specified file or .NET stream accordingly.

Example

For an example, refer to RunJob and RunJobAsync.

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.