Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
IsLocked Method
See Also 
Leadtools Namespace > RasterSupport Class : IsLocked Method




support
Support type
Indicates whether support is locked for an optional feature, such as LEADTOOLS Document/Medical capabilities.

Syntax

Visual Basic (Declaration) 
Public Shared Function IsLocked( _
   ByVal support As RasterSupportType _
) As Boolean
Visual Basic (Usage)Copy Code
Dim support As RasterSupportType
Dim value As Boolean
 
value = RasterSupport.IsLocked(support)
C# 
public static bool IsLocked( 
   RasterSupportType support
)
Managed Extensions for C++ 
public: static bool IsLocked( 
   RasterSupportType support
) 
C++/CLI 
public:
static bool IsLocked( 
   RasterSupportType support
) 

Parameters

support
Support type

Return Value

true or false

Example

For an example, refer to RasterSupport.

Remarks

To unlock a feature, use the Unlock method.

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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also