Indicates whether support is locked for an optional feature, such as LEADTOOLS Document/Medical capabilities.
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
)
support
Support type
true or false
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.
For an example, refer to RasterSupport.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET