DocSaveAs Method

Overload List
  Name Description
Public method SaveAs(String)
Save the Word document as a different format.
Public method SaveAs(Stream, String)
Convert the entire Word document into another format.
Public method SaveAs(String, Int32)
Save a specified page of the Word document as a different format.
Public method SaveAs(Stream, String, Int32)
Convert a specified page of the Word document into another format.
Public method SaveAs(String, String, Int32)
Convert a specified page of the Word document into another format.
Top
See Also