Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

IsLocked Method








Support type
Indicates whether support is locked for an optional feature, such as LEADTOOLS Document/Medical capabilities.
Syntax
public static bool IsLocked( 
   RasterSupportType support
)
'Declaration
 
Public Shared Function IsLocked( _
   ByVal support As RasterSupportType _
) As Boolean
'Usage
 
Dim support As RasterSupportType
Dim value As Boolean
 
value = RasterSupport.IsLocked(support)
public static bool IsLocked( 
   RasterSupportType support
)
+ (BOOL)isLocked:(LTRasterSupportType)support
public static boolean IsLocked(RasterSupportType support)
 function Leadtools.RasterSupport.IsLocked( 
   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

See Also

Reference

RasterSupport Class
RasterSupport Members

Error processing SSI file