バーコード画像 サンプル この BarCode の値は 1234567890 です 説明 C1BarCode は、特殊な文字列値に対応してエンコードされる BarCode 画像を提供します。 次のコードによって BarCode 画像を直接使用できます。 if (!IsPostBack) { C1BarCode barCode = new C1BarCode(); barCode.Text = "1234567890"; barCode.CodeType = WijmoCodeTypeEnum.Code128; this.Image1.ImageUrl = barCode.ImageUrl; } マニュアル