Documents for PDF, .NET Edition Documentation
GcPdfDocument Constructor

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > GcPdfDocument Class : GcPdfDocument Constructor
The license key to use, or null to use an unlicensed instance.
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, or null to use an unlicensed instance.
See Also

Reference

GcPdfDocument Class
GcPdfDocument Members