←Select platform

IsLocked Method

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public static bool IsLocked( 
   RasterSupportType support 
) 
Public Shared Function IsLocked( _ 
   ByVal support As Leadtools.RasterSupportType _ 
) As Boolean 
public static bool IsLocked(  
   Leadtools.RasterSupportType support 
) 
+ (BOOL)isLocked:(LTRasterSupportType)support 
public static boolean IsLocked(RasterSupportType support) 
 function Leadtools.RasterSupport.IsLocked(  
   support  
) 
public: 
static bool IsLocked(  
   Leadtools.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly