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



Indicates the optional LEADTOOLS feature to check/unlock

Syntax

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

Members

MemberDescription
Mobile Support for the Mobile Imaging (Advanced Features only) (such as J2K support, CMW support, ScaleToGray display, etc.
Barcodes1d Support for reading and writing Linear bar codes. This is available in the LEADTOOLS 1D Module.
Barcodes2dRead Unsupported.
Barcodes2dWrite Unsupported.
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).
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).
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)

Example

For an example, refer to RasterSupport.

Remarks

For more information, refer to RasterSupport and Unlocking Advanced Features.

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also