LibraryInfoLicenseUpgradeValidDate Method Terminal Works - PDF Printing.Net Library
Returns until which date license is valid for upgrade versions.

Namespace: PdfPrintingNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public static DateTime LicenseUpgradeValidDate(
	string company,
	string key
)

Parameters

company
Type: SystemString
Company key
key
Type: SystemString
License key

Return Value

Type: DateTime
If company and key are not valid returns null. If license upgrade valid date wasn't set returns DateTime.MinValue otherwise returns license upgrade valid date.
See Also

Reference