LicenseManager.HasValidLicense Property

Gets a value indicating whether this instance has a valid license(s).

Namespace:  BitMiracle.Docotic
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public static bool HasValidLicense { get; }
VB
Public Shared ReadOnly Property HasValidLicense As Boolean
	Get

Property Value

Type: Boolean
true if this instance has a valid license(s); otherwise, false.

See Also