BarcodeVerifyOptions

BarcodeVerifyOptions()

إنشاء خيار التحقق الافتراضي لتوقيع الرمز الشريطي .

public BarcodeVerifyOptions()

أنظر أيضا


BarcodeVerifyOptions(string)

إنشاء خيار التحقق الافتراضي مع نص التحقق

public BarcodeVerifyOptions(string text)
معامل يكتب وصف
text String نص الباركود للتحقق

أنظر أيضا


BarcodeVerifyOptions(BarcodeType)

إنشاء خيار التحقق الافتراضي باستخدام التحقق من نوع الرمز الشريطي

public BarcodeVerifyOptions(BarcodeType encodeType)
معامل يكتب وصف
encodeType BarcodeType التحقق من نوع الباركود

أنظر أيضا


BarcodeVerifyOptions(string, BarcodeType)

إنشاء خيار التحقق الافتراضي مع التحقق من نوع الرمز الشريطي والنص

public BarcodeVerifyOptions(string text, BarcodeType encodeType)
معامل يكتب وصف
text String نص الباركود للتحقق
encodeType BarcodeType التحقق من نوع الباركود

أنظر أيضا