| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property UnlockedFeatures As Dictionary(Of RasterSupportType, String) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public Dictionary<RasterSupportType, string> UnlockedFeatures {get;} | |
| C++/CLI | |
|---|---|
public: property Dictionary<RasterSupportType, String>^ UnlockedFeatures { Dictionary<RasterSupportType, String>^ get(); } | |
Return 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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Copy Code