←Select platform

OutputAnnotationsStream Property

Summary

Stream that will contain the annotations parsed from the input document. Optional.

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

Property Value

Stream that will contain the annotations parsed from the input document. Optional. Default value is null.

Remarks

Only one annotation output must be specified. Therefore, one of OutputAnnotationsFileName, OutputAnnotationsStream, UploadDocumentOptions must not be null.

The stream must be kept alive by the user through out the duration of the conversion.

Example

For an example, refer to RunJob and RunJobAsync.

Requirements

Target Platforms

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

Leadtools.Document.Converter Assembly