.NET Framework Class Library
DocumentConverter.ConvertToStream Method
|
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Converter Namespace > DocumentConverter Class > DocumentConverter Methods > DocumentConverter.ConvertToStream Method |
Convert specified files to specified format and returns a list of streams containing the converted documents.
Namespace: Gnostice.Converter
Assembly: Gnostice.Converter (in Gnostice.Converter.dll)
Visual Basic |
Public Function ConvertToStream ( _ |
C# |
public List<Stream> ConvertToStream( |
Visual C++ |
public: |
input
Type: System.Object
Document that needs to be converted (a stream, a file pathname, a list of streams, a list of pathnames)
outputFileFormat
Type: System.String
Format to which the input document needs to be converted.
conversionMode (Optional)
Type: Gnostice.Documents.ConversionMode
encoderSettings (Optional)
Type: Gnostice.Core.EncoderSettings
Format\-specific conversion settings.
converterSettings (Optional)
Type: Gnostice.Converter.ConverterSettings
Conversion job settings.
inputDocPassword (Optional)
Type: System.String
Password with which the input document needs to be opened.