Spread Windows Forms 12.0 Product Documentation
BarCodeType Class
Members 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType.BarCode Namespace : BarCodeType Class
Represents the type of barcode. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
Object Model
BarCodeType Class
Syntax
'Declaration
 
Public MustInherit Class BarCodeType 
   Inherits ValueBase
'Usage
 
Dim instance As BarCodeType
public abstract class BarCodeType : ValueBase 
Remarks
Users can use the derived classes of this class to create these barcode types: Code128, Code39, Code49, EAN128, ITF, JAN13, JAN8, JapanesePostal, NW7, PDF417, PostNet, QRCode, UPC.
Inheritance Hierarchy

System.Object
      FarPoint.Win.Spread.CellType.BarCode.BarCodeType
         FarPoint.Win.Spread.CellType.BarCode.Code128
         FarPoint.Win.Spread.CellType.BarCode.Code39
         FarPoint.Win.Spread.CellType.BarCode.Code49
         FarPoint.Win.Spread.CellType.BarCode.Code93
         FarPoint.Win.Spread.CellType.BarCode.EAN128
         FarPoint.Win.Spread.CellType.BarCode.ITF
         FarPoint.Win.Spread.CellType.BarCode.JAN13
         FarPoint.Win.Spread.CellType.BarCode.JAN8
         FarPoint.Win.Spread.CellType.BarCode.JapanesePostal
         FarPoint.Win.Spread.CellType.BarCode.NW7
         FarPoint.Win.Spread.CellType.BarCode.PDF417
         FarPoint.Win.Spread.CellType.BarCode.PostNet
         FarPoint.Win.Spread.CellType.BarCode.QRCode
         FarPoint.Win.Spread.CellType.BarCode.UPC

See Also

Reference

BarCodeType Members
FarPoint.Win.Spread.CellType.BarCode Namespace