←Select platform

DocumentStream Property

Summary

The stream containing the output document data.

Syntax

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

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.

Requirements

Target Platforms

See Also

OcrAutoRecognizeJobData Class

OcrAutoRecognizeJobData Members

Leadtools.Ocr Namespace

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

Leadtools.Ocr Assembly

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