←Select platform

OutputDocumentStream Property

Summary

Stream to hold the output file generated by this conversion.

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

Property Value

Stream to hold the output file generated by this conversion. Default value is null.

Remarks

One output must be specified for the conversion to be successful: One of OutputAnnotationsFileName, OutputDocumentStream or UploadDocumentOptions must not be null.

The stream must be kept alive by the user throughout 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.