DocSaveAs Method (Stream, String)

Convert the entire Word document into another format.

 

Namespace:  WebSupergoo.WordGlue4
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public void SaveAs(
        Stream fs,
        string format
)

Parameters

fs
Type: System.IOStream
Stream to receive the output.
format
Type: SystemString
Desired format of output.
See Also