Create a new Doc object. Parse the document
specified as a Stream, into an object ready for rendering.
Namespace: WebSupergoo.WordGlue4
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public Doc(
Stream stream
)
Public Sub New (
stream As Stream
)
new :
stream : Stream -> Doc
Parameters
- stream
- Type: System.IOStream
Stream containing the .doc, .docx, .dot or .dotx.
See Also