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