Leadtools.Barcode Namespace > OneDBarcodeReadOptions Class : Code11CheckDigitType Property |
[DefaultValueAttribute()] [DescriptionAttribute("Code 11 check digit type. Only used when reading Code 11 barcodes")] [CategoryAttribute(" Code 11 Options")] [DisplayNameAttribute("Code 11 check digit type")] public Code11BarcodeCheckDigitType Code11CheckDigitType {get; set;}
'Declaration <DefaultValueAttribute()> <DescriptionAttribute("Code 11 check digit type. Only used when reading Code 11 barcodes")> <CategoryAttribute(" Code 11 Options")> <DisplayNameAttribute("Code 11 check digit type")> Public Property Code11CheckDigitType As Code11BarcodeCheckDigitType
'Usage Dim instance As OneDBarcodeReadOptions Dim value As Code11BarcodeCheckDigitType instance.Code11CheckDigitType = value value = instance.Code11CheckDigitType
[DefaultValueAttribute()] [DescriptionAttribute("Code 11 check digit type. Only used when reading Code 11 barcodes")] [CategoryAttribute(" Code 11 Options")] [DisplayNameAttribute("Code 11 check digit type")] public Code11BarcodeCheckDigitType Code11CheckDigitType {get; set;}
ObjectiveC Syntax
Java Syntax
DefaultValueAttribute() DescriptionAttribute("Code 11 check digit type. Only used when reading Code 11 barcodes") CategoryAttribute(" Code 11 Options") DisplayNameAttribute("Code 11 check digit type") get_Code11CheckDigitType();
set_Code11CheckDigitType(value);
[DefaultValueAttribute()] [DescriptionAttribute("Code 11 check digit type. Only used when reading Code 11 barcodes")] [CategoryAttribute(" Code 11 Options")] [DisplayNameAttribute("Code 11 check digit type")] public: property Code11BarcodeCheckDigitType Code11CheckDigitType { Code11BarcodeCheckDigitType get(); void set ( Code11BarcodeCheckDigitType value); }
This property is only valid when reading Code 11 (USD-8) barcodes (BarcodeSymbology.Code11).
For an example, refer to OneDBarcodeReadOptions.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2