'宣言 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;}
'宣言 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;}
デフォルトでは、オブジェクトはバーコード画像だけを表示します。 Textプロパティの値のテキスト表現を含めるには、このプロパティを true に設定します。