Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcTiffReader Class / ApplyLicenseKey Method
The license key to set.

In This Topic
    ApplyLicenseKey Method (GcTiffReader)
    In This Topic
    Applies a license key to an instance of GcTiffReader.
    Syntax
    'Declaration
     
    Public Sub ApplyLicenseKey( _
       ByVal key As System.String _
    ) 
    public void ApplyLicenseKey( 
       System.string key
    )

    Parameters

    key
    The license key to set.
    See Also