[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.GcWordDocument.-ctor

GcWordDocument Constructor

GcWordDocument(string)

Creates a new instance of the GcWordDocument class, optionally specifying a license key.

Declaration
public GcWordDocument(string licenseKey = null)
Public Sub New(Optional licenseKey As String = Nothing)
Parameters
Type Name Description
string licenseKey

The license key to use. If null, and SetLicenseKey(string) has been called, the key set with that method is used.