VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / DocumentConverter Class / OpenOutputFile(String) Method
Syntax Remarks Requirements SeeAlso
In This Topic
OpenOutputFile(String) Method (DocumentConverter)
In This Topic
Opens the output file.
Syntax
'Declaration

Public Overridable Function OpenOutputFile( _
ByVal filename
The filename.
As System.String _
) As System.IO.Stream
public virtual System.IO.Stream OpenOutputFile(
System.String filename
)

Parameters

filename
The filename.

Return Value

The stream that corresponds to the filename.
Remarks

This method should be overridden if application should override algorithm that associates file name with file stream.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also