←Select platform

OutputAnnotationsStream Property

Summary

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

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

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.

Requirements

Target Platforms

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

Leadtools.Document.Converter Assembly

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