PDF .NET Library Documentation - PDF Technologies, Inc.
Retrieves the license type you own.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public LicensingTypes LicenseType { get; }
Visual Basic (Declaration)
Public ReadOnly Property LicenseType As LicensingTypes
Visual C++
public:
property LicensingTypes LicenseType {
	LicensingTypes get ();
}

See Also