←Select platform

OutputDocumentStream Property

Summary

Stream to hold the output file generated by this conversion.

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

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.

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