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

In This Topic
    GcPdfDocument Constructor
    In This Topic
    Creates a new instance of the GcPdfDocument class, optionally specifying a license key.
    Syntax
    'Declaration
     
    Public Function New( _
       Optional ByVal licenseKey As System.String _
    )
    public GcPdfDocument( 
       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