An NDoc Documented Class Library

YubinCustomer.WriteSVG メソッド 

バーコードの描画を行う

public void WriteSVG(
   string code,
   float x,
   float y,
   float point,
   string filePath
);

パラメータ

code
描画を行うバーコードのコードを文字列で指定
x
描画位置の始点(左上)のX座標を指定
y
描画位置の始点(左上)のY座標を指定
point
バーコード大きさを表すポイントを指定
filePath
SVGファイルのファイル名をフルパスで指定

参照

YubinCustomer クラス | Pao.BarCode 名前空間