DocSaveAs Method (String, Int32)

Save a specified page of the Word document as a different format.

 

Namespace:  WebSupergoo.WordGlue4
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public void SaveAs(
        string path,
        int page
)

Parameters

path
Type: SystemString
File path to receive the output.
page
Type: SystemInt32
Page number to convert.
See Also