Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > OneDBarcodeWriteOptions Class : Code11CheckDigitType Property |
[DisplayNameAttribute("Code 11 check digit type")] [DescriptionAttribute("Code 11 check digit type. Only used when reading Code 11 barcodes")] [CategoryAttribute(" Code 11 Options")] [DefaultValueAttribute()] public Code11BarcodeCheckDigitType Code11CheckDigitType {get; set;}
'Declaration
<DisplayNameAttribute("Code 11 check digit type")> <DescriptionAttribute("Code 11 check digit type. Only used when reading Code 11 barcodes")> <CategoryAttribute(" Code 11 Options")> <DefaultValueAttribute()> Public Property Code11CheckDigitType As Code11BarcodeCheckDigitType
'Usage
Dim instance As OneDBarcodeWriteOptions Dim value As Code11BarcodeCheckDigitType instance.Code11CheckDigitType = value value = instance.Code11CheckDigitType
[DisplayNameAttribute("Code 11 check digit type")] [DescriptionAttribute("Code 11 check digit type. Only used when reading Code 11 barcodes")] [CategoryAttribute(" Code 11 Options")] [DefaultValueAttribute()] public Code11BarcodeCheckDigitType Code11CheckDigitType {get; set;}
@property (nonatomic, assign) LTCode11BarcodeCheckDigitType code11CheckDigitType
public Code11BarcodeCheckDigitType getCode11CheckDigitType() public void setCode11CheckDigitType(Code11BarcodeCheckDigitType value)
DisplayNameAttribute("Code 11 check digit type") DescriptionAttribute("Code 11 check digit type. Only used when reading Code 11 barcodes") CategoryAttribute(" Code 11 Options") DefaultValueAttribute() <br/>get_Code11CheckDigitType();<br/>set_Code11CheckDigitType(value);<br/>Object.defineProperty('Code11CheckDigitType');
[DisplayNameAttribute("Code 11 check digit type")] [DescriptionAttribute("Code 11 check digit type. Only used when reading Code 11 barcodes")] [CategoryAttribute(" Code 11 Options")] [DefaultValueAttribute()] public: property Code11BarcodeCheckDigitType Code11CheckDigitType { Code11BarcodeCheckDigitType get(); void set ( Code11BarcodeCheckDigitType value); }
This property is only valid when writing Code 11 (USD-8) barcodes (BarcodeSymbology.Code11).
For an example, refer to OneDBarcodeWriteOptions.