Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / GcWordDocument Class / GcWordDocument Constructor
The license key to use. If null, and SetLicenseKey has been called, the key set with that method is used.

In This Topic
    GcWordDocument Constructor
    In This Topic
    Creates a new instance of the GcWordDocument class, optionally specifying a license key.
    Syntax
    'Declaration
     
    Public Function New( _
       Optional ByVal licenseKey As System.String _
    )
    public GcWordDocument( 
       System.string licenseKey
    )

    Parameters

    licenseKey
    The license key to use. If null, and SetLicenseKey has been called, the key set with that method is used.
    See Also