Click or drag to resize

Document InsertTextFromStream Method

Insert text from stream.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void InsertTextFromStream(
	Stream stream,
	FileFormat fileFormat
)

Parameters

stream
Type: System.IO Stream
The stream.
fileFormat
Type: Spire.Doc FileFormat
Type of the format
See Also