C#
VB
Java
Objective-C
WinRT C#
C++
Indicates the optional LEADTOOLS feature to check.
public enum RasterSupportType
Public Enum RasterSupportType
public enum RasterSupportType
typedef NS_ENUM(NSInteger, LTRasterSupportType)
public enum RasterSupportType
Leadtools.RasterSupportType = function() { };
Leadtools.RasterSupportType.prototype = {<br/>
Document = 0,
Barcodes1D = 1,
Barcodes2D = 2,
RasterPdfRead = 3,
RasterPdfSave = 4,
PdfAdvanced = 5,
Jbig2 = 6,
OcrAdvantage = 7,
OcrPlus = 8,
OcrProfessional = 9,
OcrProfessionalAsian = 10,
OcrArabic = 11,
OcrAdvantagePdfOutput = 12,
OcrPlusPdfOutput = 13,
OcrProfessionalPdfOutput = 14,
OcrArabicPdfOutput = 15,
Omr = 16,
IcrPlus = 17,
IcrProfessional = 18,
DocumentWriters = 19,
DocumentWritersPdf = 20,
PrintDriver = 21,
PrintDriverServer = 22,
PrintDriverNetwork = 23,
Forms = 24,
MediaWriter = 25,
Medical = 26,
Medical3d = 27,
DicomCommunication = 28,
Ccow = 29,
Vector = 30,
Cloud = 31,
AppStore = 32,
Basic = 33,
Hl7 = 34,
MultimediaStreaming = 35,
};
public enum class RasterSupportType
Members
Value | Member | Description |
---|---|---|
0 | Document | Support for LEADTOOLS Document features (ABC, ABIC, JPEG 2000, JBIG2, NITF, CMW, Document Cleanup, Annotations, Windows Phone, Silverlight, 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. |
1 | Barcodes1D | Support for reading and writing Linear bar codes. This is available in the LEADTOOLS Barcode 1D Module. |
2 | Barcodes2D | Support for reading and writing 2D bar codes. This is available in the LEADTOOLS Barcode 2D Module. |
3 | RasterPdfRead | 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. |
4 | RasterPdfSave | Support for saving raster images as a PDF file. Available in selected LEADTOOLS products. Includes support for MRC PDF compression and JBIG2 support. |
5 | PdfAdvanced | Support for advanced PDF features. |
6 | Jbig2 | Support for the JBIG2 file format. |
7 | OcrAdvantage | Support for the OCR features provided by the OCR Advantage engine. OCR add-on to Document and Medical Imaging toolkits. |
8 | OcrPlus | (Deprecated) Support for the OCR features provided by the OCR Plus engine. OCR add-on to Document and Medical Imaging toolkits. |
9 | OcrProfessional | Support for the OCR features provided by the OCR Professional engine. OCR add-on to Document and Medical Imaging toolkits. |
10 | OcrProfessionalAsian | Support for the OCR Professional engine to recognize Asian text. Available in selected LEADTOOLS products. |
11 | OcrArabic | Support for Arabic OCR. |
12 | OcrAdvantagePdfOutput | Support for saving OCR results from the OCR Advantage engine as a PDF file. This license is in addition to the cost of the OCR Plugin or Document Imaging. |
13 | OcrPlusPdfOutput | (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. |
14 | OcrProfessionalPdfOutput | Support for saving OCR results from the OCR Professional and Professional Asian engines as a PDF file. This license is in addition to the cost of the OCR Plugin or Document Imaging. |
15 | OcrArabicPdfOutput | Support for saving OCR results from the OCR Arabic engine as a PDF file. This license is in addition to the cost of the OCR Plugin or Document Imaging. |
16 | Omr | Support for the LEADTOOLS OMR Module. This supports the recognition of check boxes. Available in selected LEADTOOLS products. |
17 | IcrPlus | (Deprecated) Support for the ICR Module within the OCR Plus engine. This supports the recognition of handwritten text. Available in selected LEADTOOLS products |
18 | IcrProfessional | Support for the ICR Module within the OCR Professional engine. This supports the recognition of handwritten text. Available in selected LEADTOOLS products |
19 | DocumentWriters | Support for LEADTOOLS Document Writer functionality. |
20 | DocumentWritersPdf | Support for PDF output when using the LEADTOOLS Document Writer functionality. |
21 | PrintDriver | Support for LEADTOOLS Virtual Printer Driver functionality. |
22 | PrintDriverServer | Support for LEADTOOLS Virtual Printer Driver functionality on Windows Server. |
23 | PrintDriverNetwork | Support for LEADTOOLS Virtual Network Printer Driver functionality. |
24 | Forms | Support for Forms Recognition and Processing functionality. Available in selected LEADTOOLS products. |
25 | MediaWriter | Support for Data DVD Writing. Available in selected LEADTOOLS products. |
26 | Medical | 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. |
27 | Medical3d | Support for Medical 3D features. |
28 | DicomCommunication | Support for everything unlocked by Medical, plus support for DICOM Network Communication. |
29 | Ccow | Support for CCOW features. |
30 | Vector | Support for the Vector Features and Vector file formats. Available in selected LEADTOOLS products. |
31 | Cloud | Support for LEADTOOLS Cloud SDK. |
32 | AppStore | Support for using LEADTOOLS in an App Store application (Windows Store, Apple Store, Android Store). A LEADTOOLS App Store license is required. |
33 | Basic | Support for LEADTOOLS Basic features. |
34 | Hl7 | Support for the Medical HL7 features. |
35 | MultimediaStreaming | Support for the Multimedia Streaming features. |
For more information, refer to Unlocking Special LEAD Features and A Special Note about Loading 12 and 16 Bit Grayscale Images.
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