Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / GcWordDocument Class / Save Method / Save(String,DocumentType) Method
The file path to save to.
The document type to save to.

In This Topic
    Save(String,DocumentType) Method
    In This Topic
    Saves the document to an OpenXml formatted file.
    Syntax
    'Declaration
     
    Public Overloads Sub Save( _
       ByVal fileName As System.String, _
       Optional ByVal type As DocumentType _
    ) 
    public void Save( 
       System.string fileName,
       DocumentType type
    )

    Parameters

    fileName
    The file path to save to.
    type
    The document type to save to.
    See Also