TemplateBarcode

TemplateBarcode(Rectangle, string)

の新しいインスタンスを初期化しますTemplateBarcodeclass.

public TemplateBarcode(Rectangle rectangle, string name)
パラメータ タイプ 説明
rectangle Rectangle テンプレート バーコード フィールドを含む長方形の領域。
name String バーコード フィールド名。

関連項目


TemplateBarcode(Rectangle, string, int?)

の新しいインスタンスを初期化しますTemplateBarcodeclass.

public TemplateBarcode(Rectangle rectangle, string name, int? pageIndex)
パラメータ タイプ 説明
rectangle Rectangle テンプレート バーコード フィールドを含む長方形の領域。
name String バーコード フィールド名。
pageIndex Nullable`1 テンプレート項目があるページのインデックスを表す整数値。 ヌルテンプレート項目が任意のページにある場合.

関連項目