'Declaration Public Overloads Shared Function Create( _ ByVal stream As Stream, _ Optional ByVal documentType As DocumentTypes _ ) As DocX
'Usage Dim stream As Stream Dim documentType As DocumentTypes Dim value As DocX value = DocX.Create(stream, documentType)
public static DocX Create( Stream stream, DocumentTypes documentType )
Parameters
- stream
- The Stream to create the document from.
- documentType
Return Value
A DocX object which represents the document.