LEADTOOLS Workflow (Leadtools.Workflow.Raster assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
UnlockedFeatures Property
See Also 
Leadtools.Workflow.Raster Namespace > UnlockSupportActivity Class : UnlockedFeatures Property



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.

Syntax

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.

Remarks

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.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Workflow.Raster requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features