The UnlockedFeatures Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets a dictionary that contains unlock support information. Each entry is a pair of type (RasterSupportType, String), where the first item is the capability to unlock, and the second is the unlock key.| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property UnlockedFeatures As Dictionary(Of RasterSupportType,String) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As UnlockSupportActivity Dim value As Dictionary(Of RasterSupportType,String) value = instance.UnlockedFeatures | |
| C# | |
|---|---|
public Dictionary<RasterSupportType,string> UnlockedFeatures {get;} | |
| C++/CLI | |
|---|---|
public: property Dictionary<RasterSupportType,String^>^ UnlockedFeatures { Dictionary<RasterSupportType,String^>^ get(); } | |
Property Value
A dictionary that contains unlock support information.For more information, refer to Unlocking Special LEAD Features and A Special Note about Loading 12 and 16 Bit Grayscale Images.
For information about LEADTOOLS Document/Medical capabilities, contact LEAD.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code