PrintDocument for WinForms
ShowText プロパティ (RenderBarCode)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderBarCode クラス : ShowText プロパティ
Gets or sets a value indicating whether the string represending the RenderBarCode.Text property should be displayed along with the barcode image.
シンタックス
'宣言
 
Public Property ShowText As System.Boolean
'使用法
 
Dim instance As RenderBarCode
Dim value As System.Boolean
 
instance.ShowText = value
 
value = instance.ShowText
public System.bool ShowText {get; set;}
解説
By default, the object will show only the barcode image. To include a textual representation of the value in the RenderBarCode.Text property, set this property to true.
参照

RenderBarCode クラス
RenderBarCode メンバ