Type Default Read Only Description
[C#]
string

[Visual Basic]
String
See Below No The current license details.

 

   

Notes
 

The license property contains the current license details.

If you have ABCpdf .NET installed on a trial basis the license property contains details of the amount of time left on the trial.

If you have a full version of ABCpdf .NET installed this property contains the full description of your license.

This property can be used to insert a license when performing a Manual Installation.

 

   

Example
 

The following example writes out the license information to an ASP page.

[C#]
Doc theDoc = new Doc();
Response.Write(theDoc.License);

[Visual Basic]
Dim theDoc As Doc = New Doc()
Response.Write(theDoc.License)

Typical output might be:

Trial License - 26 days 02:18:19 Left