C1.C1Preview Namespace > RenderBarCode Class : BarCodeType Property |
Note that BarCodeType.None is not a valid value for this property.
'Declaration Public Property BarCodeType As BarCodeEnum
public BarCodeEnum BarCodeType {get; set;}
RenderBarCode rbc = new RenderBarCode(); rbc.BarCodeType = BarCodeType.Code39; rbc.Text = "123456"; doc.Body.Children.Add(rbc);
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2