ConvertedDocumentStream Delegate |
Describes delegate to receive converted document stream.
Namespace: GroupDocs.Conversion.ContractsAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.4.0.0 (22.4)
Syntaxpublic delegate void ConvertedDocumentStream(
Stream stream,
string sourceFileName
)
Public Delegate Sub ConvertedDocumentStream (
stream As Stream,
sourceFileName As String
)
public delegate void ConvertedDocumentStream(
Stream^ stream,
String^ sourceFileName
)
type ConvertedDocumentStream =
delegate of
stream : Stream *
sourceFileName : string -> unit
Parameters
- stream
- Type: System.IOStream
The converted document stream - sourceFileName
- Type: SystemString
The name of the converted document
See Also