SaveDocumentStream Delegate |
Describes delegate for saving converted document into stream.
Namespace: GroupDocs.Conversion.ContractsAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.6.0.0 (22.6)
Syntaxpublic delegate Stream SaveDocumentStream()
Public Delegate Function SaveDocumentStream As Stream
public delegate Stream^ SaveDocumentStream()
type SaveDocumentStream =
delegate of unit -> Stream
Return Value
Type:
StreamMust return a stream where the converted document will be saved
See Also