LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
RasterSupportType Enumeration
See Also  
Leadtools Namespace : RasterSupportType Enumeration



Indicates the optional LEADTOOLS feature to check or unlock. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Enum RasterSupportType 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As RasterSupportType
C# 
public enum RasterSupportType : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class RasterSupportType : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
AbcSupport for the ABC file format, which uses proprietary LEAD 1-bit compression.
AbicReadSupport for reading the ABIC file format.
AbicSaveSupport for saving the ABIC file format.
Barcodes1DSupport for reading and writing Linear bar codes. This is available in the LEADTOOLS 1D Module.
Barcodes1DSilverNo longer supported.
Barcodes2DSupport for all 2D Barcode types (Read and Write).
BarcodesDataMatrixReadSupport for reading Data Matrix bar codes. This is available in the LEADTOOLS 2D Data Matrix Module (read).
BarcodesDataMatrixWriteSupport for writing Data Matrix bar codes. This is available in the LEADTOOLS 2D Data Matrix Module (write).
BarcodesPdfReadSupport for reading PDF bar codes. This is available in the LEADTOOLS 2D PDF Module (read).
BarcodesPdfWriteSupport for writing PDF bar codes. This is available in the LEADTOOLS 2D PDF Module (write).
BarcodesQRReadSupport for reading QR bar codes. This is available in the LEADTOOLS 2D QR Module (read).
BarcodesQRWriteSupport for writing QR bar codes. This is available in the LEADTOOLS 2D QR Module (write).
BitonalSupport for Scale to Gray and Favor Black processing.
CcowSupport for LEADTOOLS CCOW toolkit. Available in selected LEADTOOLS products.
CmwSupport for writing CMW images, which use Wavelet CMP compression. Read support is not locked.
DicomSupport for the DICOM file format, but not the DICOM Communication support.
DocumentSupport for LEADTOOLS Document features. A LEADTOOLS Document license is required
DocumentWritersSupport for LEADTOOLS Document Writer functionality. Available in selected LEADTOOLS products.
DocumentWritersPdfSupport for PDF output when using the LEADTOOLS Document Writer functionality. Available in selected LEADTOOLS products.
ExtGraySupport for Scale to Gray and Favor Black processing. Available only in selected LEADTOOLS products.
FormsSupport for Forms Recognition and Processing functionality. Available in selected LEADTOOLS products.
IcrSupport for the ICR Module within the OCR Plus engine. This supports the recognition of handwritten text. Available in selected LEADTOOLS products.
IcrPlusSupport for the ICR Module within the OCR Plus engine. This supports the recognition of handwritten text. Available in selected LEADTOOLS products.
IcrProfessionalSupport for the ICR Module within the OCR Professional engine. This supports the recognition of handwritten text. Available in selected LEADTOOLS products.
J2kSupport 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.
Jbig2Support for the JBIG2 file format.
JpipSupport for JPIP Client and Server functionality. Available only in selected LEADTOOLS products.
LeadOmrSupport for the OMR features provided by the LEADTOOLS OMR engine. OMR add-on to Document and Medical Imaging toolkits.
MediaWriterSupport for Data DVD Writing. Available in selected LEADTOOLS products.
MedicalSupport for the capabilities unlocked by Dicom and ExtGray, plus all Medical features.
Medical3dSupport for Medical 3D functionality. Available in selected LEADTOOLS products.
MedicalNetSupport for everything unlocked by Medical, plus support for the unsecure DICOM Network Communication for Message Exchange.
MedicalServerNo longer supported.
MobileSupport for the Compact Framework mobile features.
NitfSupport for NITF plug in. This feature is not available in LEADTOOLS for .NET.
OcrNo longer supported.
OcrAdvantageSupport for the OCR features provided by the OCR Advantage engine. OCR add-on to Document and Medical Imaging toolkits.
OcrAdvantagePdfLeadOutputSupport 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.
OcrArabicSupport for the OCR engine to recognize Arabic text. Available only in selected LEADTOOLS products.
OcrArabicPdfLeadOutputSupport 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.
OcrAsianNo longer supported.
OcrPdfOutputNo longer supported.
OcrPlusSupport for the OCR features provided by the OCR Plus engine. OCR add-on to Document and Medical Imaging toolkits.
OcrPlusPdfLeadOutputSupport 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.
OcrPlusPdfOutputNo longer supported.
OcrProfessionalSupport for the OCR features provided by the OCR Professional engine. OCR add-on to Document and Medical Imaging toolkits.
OcrProfessionalAsianSupport for the OCR Professional engine to recognize Asian text. This license is in addition to the cost of the OCR Plugin or Document Imaging.
OcrProfessionalPdfLeadOutputSupport 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.
OcrProfessionalPdfOutputNo longer supported.
OmrNo longer supported, use LeadOmr.
OmrPlusNo longer supported, use LeadOmr.
OmrProfessionalNo longer supported, use LeadOmr.
PdfAdvancedSupport for advanced PDF save and compression features. This includes MRC and JBIG2 support.
PdfReadSupport 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.
PdfSaveSupport for saving raster images as a PDF file. Available only in selected LEADTOOLS products.
PrintDriverSupport for LEADTOOLS Printer Driver functionality. Available in selected LEADTOOLS products.
PrintDriverNetworkSupport for LEADTOOLS Printer Driver functionality as a shared network printer. Available in selected LEADTOOLS products.
PrintDriverServerSupport for LEADTOOLS Printer Driver functionality on Windows Server. Available in selected LEADTOOLS products.
ProDeprecated
VectorSupport for the Vector Features and Vector file formats. Available only in selected Leadtools products. This feature is not available in LEADTOOLS for .NET.

Remarks

Inheritance Hierarchy

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

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also