←Select platform

IsLocked Method

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public static bool IsLocked( 
   RasterSupportType support 
) 
Public Shared Function IsLocked( _ 
   ByVal support As RasterSupportType _ 
) As Boolean 
+ (BOOL)isLocked:(LTRasterSupportType)support 
public static boolean IsLocked(RasterSupportType support) 
public: 
static bool IsLocked(  
   RasterSupportType support 
)  

Parameters

support
Support type

Return Value

true or false

Remarks

To set a runtime license and unlock a feature, use the SetLicense 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.

Example

For an example, refer to RasterSupport.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly