DocSetStream Method (Stream, String)
|
Parse the document specified as a Stream and
with a type specified using a file name, 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 void SetStream(
Stream stream,
string fileName
)
Public Sub SetStream (
stream As Stream,
fileName As String
)
member SetStream :
stream : Stream *
fileName : string -> unit
Parameters
- stream
- Type: System.IOStream
Stream containing the .doc, .docx, .dot or .dotx.
- fileName
- Type: SystemString
Filename used to specifiy the format as .doc, .docx, .dot or
.dotx.
See Also