An NDoc Documented Class Library

ITF.WriteSVG メソッド 

SVGファイルへのバーコードの出力を行います。

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

パラメータ

code
描画を行うバーコードのコードを文字列で指定
x
描画位置の始点(左上)のX座標を指定
y
描画位置の始点(左上)のY座標を指定
width
バーコードの全体の幅を指定
height
バーコードのバーの高さを指定
filePath
SVGファイルのファイル名をフルパスで指定

参照

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