BarcodeSearchOptions

BarcodeSearchOptions()

BarcodeSearchOptions クラスの新しいインスタンスをデフォルト値で初期化します。

public BarcodeSearchOptions()

関連項目


BarcodeSearchOptions(BarcodeType)

エンコード タイプの値で BarcodeSearchOptions クラスの新しいインスタンスを初期化します。

public BarcodeSearchOptions(BarcodeType encodeType)
パラメータ タイプ 説明
encodeType BarcodeType バーコードのエンコード タイプを指定します。

関連項目


BarcodeSearchOptions(BarcodeType, string)

BarcodeSearchOptions クラスの新しいインスタンスをエンコード タイプとテキスト値で初期化します。

public BarcodeSearchOptions(BarcodeType encodeType, string text)
パラメータ タイプ 説明
encodeType BarcodeType バーコードのエンコード タイプを指定します。
text String バーコード署名のテキストを設定します。

関連項目