C1.C1Preview Namespace > RenderBarCode Class : Text Property |
Some encodings support alphanumeric values of any length. Others are limited to numeric values or to a specific set of characters. See the RenderBarCode.BarCodeType enumeration for details.
If you use characters that are invalid for the current encoding, the object will display a blank image.
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