Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 
C++/CLI 
public enum class RasterSupportType : public Enum 

Members

MemberDescription
Document Support for LEADTOOLS Document features. A LEADTOOLS Document license is required
Ocr No longer supported.
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 writing JPEG2000 images. The support needs to be unlocked to write both types of JPEG 2000 images (JPEG 2000 stream and JP2 files). Read support is not locked.
Cmw Support for writing CMW images, which use Wavelet CMP compression. Read support is not locked.
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 No longer supported.
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 No longer supported.
Icr Support for the ICR Module within the OCR Plus engine. This supports the recognition of handwritten text. Available in selected LEADTOOLS products.
Omr No longer supported, use LeadOmr.
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 No longer supported.
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.
Jpip Support for JPIP Client and Server functionality. Available only in selected LEADTOOLS products.
OcrPlus Support for the OCR features provided by the OCR Plus engine. OCR add-on to Document and Medical Imaging toolkits.
OcrPlusPdfOutput No longer supported.
IcrPlus Support for the ICR Module within the OCR Plus engine. This supports the recognition of handwritten text. Available in selected LEADTOOLS products.
OmrPlus No longer supported, use LeadOmr.
OcrPlusPdfLeadOutput Support for saving OCR results from the OCR Plus engine as a PDF file using LEAD's proprietary PDF output. This license is in addition to the cost of the OCR Plugin or Document Imaging.
OcrProfessional Support for the OCR features provided by the OCR Professional engine. OCR add-on to Document and Medical Imaging toolkits.
OcrProfessionalPdfOutput No longer supported.
OcrProfessionalAsian Support for the OCR Professional engine to recognize Asian text. This license is in addition to the cost of the OCR Plugin or Document Imaging.
IcrProfessional Support for the ICR Module within the OCR Professional engine. This supports the recognition of handwritten text. Available in selected LEADTOOLS products.
OmrProfessional No longer supported, use LeadOmr.
OcrProfessionalPdfLeadOutput Support for saving OCR results from the OCR Professional engine as a PDF file using LEAD's proprietary PDF output. This license is in addition to the cost of the OCR Plugin or Document Imaging.
OcrAdvantage Support for the OCR features provided by the OCR Advantage engine. OCR add-on to Document and Medical Imaging toolkits.
OcrAdvantagePdfLeadOutput Support for saving OCR results from the OCR Advantage engine as a PDF file using LEAD's proprietary PDF output. This license is in addition to the cost of the OCR Plugin or Document Imaging.
Forms Support for Forms Recognition and Processing functionality. Available in selected LEADTOOLS products.
MedicalServer No longer supported.
PrintDriver Support for LEADTOOLS Printer Driver functionality. Available in selected LEADTOOLS products.
DocumentWriters Support for LEADTOOLS Document Writer functionality. Available in selected LEADTOOLS products.
LeadOmr Support for the OMR features provided by the LEADTOOLS OMR engine. OMR add-on to Document and Medical Imaging toolkits.
MediaWriter Support for Data DVD Writing. Available in selected LEADTOOLS products.
DocumentWritersPdf Support for PDF output when using the LEADTOOLS Document Writer functionality. Available in selected LEADTOOLS products.
Medical3d Support for Medical 3D functionality. Available in selected LEADTOOLS products.
OcrArabicPdfLeadOutput Support for saving OCR results from the OCR Arabic engine as a PDF file using LEAD's proprietary PDF output. This license is in addition to the cost of the OCR Plugin or Document Imaging.
PrintDriverServer Support for LEADTOOLS Printer Driver functionality on Windows Server. Available in selected LEADTOOLS products.

Remarks

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also