IGlobalsCreateQrCodeImage メソッド |
文字列からQRコードの画像を作成します。
名前空間:
KeyToKey.Plugins
アセンブリ:
KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文Bitmap CreateQrCodeImage(
string text,
int width = 500,
int height = 500,
int margin = 5
)
パラメーター
- text
- 型: SystemString
文字列 - width (Optional)
- 型: SystemInt32
横のサイズ - height (Optional)
- 型: SystemInt32
縦のサイズ - margin (Optional)
- 型: SystemInt32
余白
戻り値
型:
BitmapBitmap
関連項目