[]
Creates a new instance of the GcPdfDocument class, optionally specifying a license key.
public GcPdfDocument(string licenseKey = null)
Public Sub New(Optional licenseKey As String = Nothing)
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. |