DocSaveAs Method |
| Name | Description | |
|---|---|---|
| SaveAs(String) |
Save the Word document as a different
format.
|
|
| SaveAs(Stream, String) |
Convert the entire Word document into another
format.
|
|
| SaveAs(String, Int32) |
Save a specified page of the Word document as
a different format.
|
|
| SaveAs(Stream, String, Int32) |
Convert a specified page of the Word document
into another format.
|
|
| SaveAs(String, String, Int32) |
Convert a specified page of the Word document
into another format.
|