Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
RasterSupportType Enumeration
See Also  
Leadtools Namespace : RasterSupportType Enumeration




Indicates the optional LEADTOOLS feature to check or unlock.

Syntax

Visual Basic (Declaration) 
Public Enum RasterSupportType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As RasterSupportType
C# 
public enum RasterSupportType : Enum 
Managed Extensions for C++ 
__value public enum RasterSupportType : public Enum 
C++/CLI 
public enum class RasterSupportType : public Enum 

Members

MemberDescription
Document Support for LEADTOOLS Document features. A LEADTOOLS Document license is required
Ocr Support for the OCR features. (Document/Medical)
Medical Support for the capabilities unlocked by Dicom and ExtGray, plus all Medical features
Vector Support for the Vector Features and Vector file formats. Available only in selected Leadtools products. This feature is not available in LEADTOOLS for .NET
MedicalNet Support for everything unlocked by Medical, plus support for the unsecure DICOM Network Communication for Message Exchange
Barcodes1D Support for reading and writing Linear bar codes. This is available in the Leadtools 1D Module
BarcodesPdfRead Support for reading PDF bar codes. This is available in the Leadtools 2D PDF Module (read)
BarcodesPdfWrite Support for writing PDF bar codes. This is available in the Leadtools 2D PDF Module (write)
J2k Support for the JPEG2000 file format. The support needs to be unlocked to read and write both types of JPEG 2000 images (JPEG 2000 stream and JP2 files)
Cmw Support for the CMW file format, which uses Wavelet CMP compression
Dicom Support for the DICOM file format, but not the DICOM Communication support
ExtGray Support for Scale to Gray and Favor Black processing. Available only in selected Leadtools products
Bitonal Support for Scale to Gray and Favor Black processing
PdfSave Support for saving raster images as a PDF file. Available only in selected LEADTOOLS products
OcrPdfOutput Support for saving OCR results as a PDF file. This license is in addition to the cost of the OCR Plugin or Document Imaging Suite
BarcodesDataMatrixRead Support for reading Data Matrix bar codes. This is available in the Leadtools 2D Data Matrix Module (read)
BarcodesDataMatrixWrite Support for writing Data Matrix bar codes. This is available in the Leadtools 2D Data Matrix Module (write)
Pro Deprecated
OcrAsian Support for the OCR engine to recognize Asian text. Available only in selected Leadtools products
Icr Support for the ICR Module within the OCR engine. This supports the recognition of check boxes. Available only in selected Leadtools products
Omr Support for the OMR Module within the OCR engine. This supports the recognition of check boxes. Available only in selected Leadtools products.
Abc Support for the ABC file format, which uses proprietary LEAD 1-bit compression.
BarcodesQRRead Support for reading QR bar codes. This is available in the LEADTOOLS 2D QR Module (read)
BarcodesQRWrite Support for writing QR bar codes. This is available in the LEADTOOLS 2D QR Module (write)
Barcodes1DSilver Support for reading and writing Linear bar codes silver module. This is available in the LEADTOOLS 1D Silver Module
Mobile Support for the Compact Framework mobile features.
Jbig2 Support for the JBIG2 file format.
AbicRead Support for reading the ABIC file format.
AbicSave Support for saving the ABIC file format.
PdfRead Support for reading the PDF, PS and EPS file formats. Available only in the Leadtools PDF Plug in. If this support is locked, the PDF, PS and EPS files will not be loaded
PdfAdvanced Support for advanced PDF save and compression features. This includes MRC and JBIG2 support
Nitf Support for NITF plug in. This feature is not available in LEADTOOLS for .NET
OcrArabic Support for the OCR engine to recognize Arabic text. Available only in selected Leadtools products

Remarks

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.RasterSupportType

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also