バージョン

QRCodeBarcode<T>(IDictionary<String,Object>) メソッド

Fluent インターフェイスを使用してバーコードを作成します。
シンタックス
'宣言
 
Public Overloads Function QRCodeBarcode(Of T As Class)( _
   ByVal htmlAttributes As System.Collections.Generic.IDictionary(Of String,Object) _
) As QRCodeBarcode(Of T)
public QRCodeBarcode<T> QRCodeBarcode<T>( 
   System.Collections.Generic.IDictionary<string,object> htmlAttributes
)
where T: class

パラメータ

htmlAttributes
HTML 属性のディクショナリ

型パラメータ

T
QRCodeBarcode

戻り値の型

バーコード ラッパー。
参照

オンラインで表示: GitHub