DocSaveAs Method (Stream, String, Int32)
|
Convert a specified page of the 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 stream,
string format,
int page
)
Public Sub SaveAs (
stream As Stream,
format As String,
page As Integer
)
member SaveAs :
stream : Stream *
format : string *
page : int -> unit
Parameters
- stream
- Type: System.IOStream
Stream to receive the output.
- format
- Type: SystemString
Desired format of output.
- page
- Type: SystemInt32
Page number to convert.
See Also