L_IsSupportLocked

Summary

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

Syntax

#include "l_bitmap.h"

L_LTKRN_API L_BOOL L_IsSupportLocked(uType)

Parameters

L_UINT uType

The optional feature to check. Possible values are:

Value Meaning
L_SUPPORT_DOCUMENT [0] Support for LEADTOOLS Document features (ABIC, JPEG 2000, JBIG2, NITF, CMW, Document Cleanup, Annotations, JPIP and more). Also includes support for 12 bit grayscale, 16-bit grayscale, 48-bit color and 64-bit images. A LEADTOOLS Document license is required.
L_SUPPORT_BARCODES_1D [1] Support for reading and writing Linear bar codes. This is available in the LEADTOOLS Barcode 1D Module.
L_SUPPORT_BARCODES_2D [2] Support for reading and writing 2D bar codes. This is available in the LEADTOOLS Barcode 2D Module.
L_SUPPORT_RASTER_PDF_READ [3] Support for loading PDF, PS and EPS file formats as raster images. Available in selected LEADTOOLS products. If this support is locked, the PDF, PS and EPS files will not be loaded.
L_SUPPORT_RASTER_PDF_SAVE [4] Support for saving raster images as a PDF file. Available in selected LEADTOOLS products. Includes support for MRC PDF compression and JBIG2 support.
L_SUPPORT_PDF_ADVANCED [5] Support for advanced PDF features.
L_SUPPORT_JBIG2 [6] Support for the JBIG2 file format.
L_SUPPORT_OCR_LEAD [7] Support for the OCR features provided by the LEADTOOLS OCR Module - LEAD Engine. OCR add-on to Document and Medical Imaging toolkits.
L_SUPPORT_OCR_PLUS [8] (Deprecated) Support for the OCR features provided by the OCR Plus engine. OCR add-on to Document and Medical Imaging toolkits.
L_SUPPORT_OCR_LEAD_PDF_OUTPUT [12] Support for saving OCR results from the LEADTOOLS OCR Module - LEAD Engine as a PDF file. This license is in addition to the cost of the OCR Plugin or Document Imaging.
L_SUPPORT_OCR_PLUS_PDF_OUTPUT [13] (Deprecated) Support for saving OCR results from the OCR Plus engine as a PDF file. This license is in addition to the cost of the OCR Plugin or Document Imaging.
L_SUPPORT_OMR [16] Support for the LEADTOOLS OMR Module. This supports the recognition of check boxes. Available in selected LEADTOOLS products.
L_SUPPORT_ICR_PLUS [17] (Deprecated) Support for the ICR Module within the OCR Plus engine. This supports the recognition of handwritten text. Available in selected LEADTOOLS products.
L_SUPPORT_DOCUMENT_WRITERS [19] Support for LEADTOOLS Document Writer functionality.
L_SUPPORT_DOCUMENT_WRITERS_PDF [20] Support for PDF output when using the LEADTOOLS Document Writer functionality.
L_SUPPORT_PRINT_DRIVER [21] Support for LEADTOOLS Virtual Printer Driver functionality.
L_SUPPORT_PRINT_DRIVER_SERVER [22] Support for LEADTOOLS Virtual Printer Driver functionality on Windows Server.
L_SUPPORT_PRINT_DRIVER_NETWORK [23] Support for LEADTOOLS Virtual Network Printer Driver functionality.
L_SUPPORT_FORMS [24] Support for Forms Recognition and Processing functionality. Available in selected LEADTOOLS products.
L_SUPPORT_MEDIA_WRITER [25] Support for Data DVD Writing. Available in selected LEADTOOLS products.
L_SUPPORT_MEDICAL [26] Support for the DICOM file format, Document, and all Medical features excluding DICOM Communication. Also includes support for 12 bit grayscale, 16-bit grayscale, 48-bit color and 64-bit images.
L_SUPPORT_MEDICAL_3D [27] Support for Medical 3D features.
L_SUPPORT_DICOM_COMMUNICATION [28] Support for everything unlocked by Medical, plus support for DICOM Network Communication.
L_SUPPORT_VECTOR [30] Support for the Vector Features and Vector file formats. Available in selected LEADTOOLS products.
L_SUPPORT_CLOUD [31] Support for LEADTOOLS Distributed Computing SDK.
L_SUPPORT_APP_STORE [32] Support for using LEADTOOLS in an App Store application (Windows Store, Apple Store, Android Store). A LEADTOOLS App Store license is required.
L_SUPPORT_BASIC [33] Support for LEADTOOLS Basic features.
L_SUPPORT_HL7 [34] Support for Health Level 7.
L_SUPPORT_MEDIA_STREAMING [35] Support for the Multimedia Media Streaming features.
L_SUPPORT_SPECIAL_EFFECTS [36] Support for the Special Effects features.
L_SUPPORT_MM [37] Support for the Multimedia features.
L_SUPPORT_MM_STREAMING [38] Support for the Multimedia Video Streaming features.
L_SUPPORT_MM_MPEG_2 [39] Support for the Multimedia MPEG-2 Transport features.
L_SUPPORT_ANNOTATIONS [40] Support for the Annotations features.
L_SUPPORT_SVG [41] Support for the SVG features.
L_SUPPORT_DOCUMENT_EDITING [42] Support for the Document Editing features.

Returns

Value Meaning
TRUE The optional feature is locked.
FALSE The optional feature is available in your toolkit.

Comments

For information about LEADTOOLS Document/Medical capabilities, contact LEAD.

To set a runtime license and unlock special features for a disk file, use the L_SetLicenseFile function.

To set the runtime license from a memory buffer, use the L_SetLicenseBuffer function.

Required DLLs and Libraries

Platforms

Win32, x64, Linux.

See Also

Functions

Topics

Example

For an example, refer to L_SetDisplayMode.

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

LEADTOOLS Raster Imaging C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.