LibraryInfoLicenseCreationDate Method Terminal Works - PDF Printing.Net Library
Returns license creation date.

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

public static DateTime LicenseCreationDate(
	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 creation date wasn't set returns DateTime.MinValue otherwise returns license creation date.
See Also

Reference