CodeType Property (C1BarCode)
In This Topic
The selected encoding is applied to the value stored in Text property to generate the barcode image displayed in the control
Syntax
'Declaration
Public Property CodeType As CodeType
public CodeType CodeType {get; set;}
See Also