[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.GcPdfDocument.-ctor

GcPdfDocument Constructor

GcPdfDocument(string)

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

Declaration
public GcPdfDocument(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.