←Select platform

Code11CheckDigitType Property

Summary

Gets or sets a value that indicates the check digit type to use when reading writing 11 (USD-8) barcodes.

Syntax
C#
VB
Objective-C
C++
Java
public Code11BarcodeCheckDigitType Code11CheckDigitType { get; set; } 
Public Property Code11CheckDigitType As Code11BarcodeCheckDigitType 
@property (nonatomic, assign) LTCode11BarcodeCheckDigitType code11CheckDigitType 
public Code11BarcodeCheckDigitType getCode11CheckDigitType() 
public void setCode11CheckDigitType(Code11BarcodeCheckDigitType value) 
public: 
property Code11BarcodeCheckDigitType Code11CheckDigitType { 
   Code11BarcodeCheckDigitType get(); 
   void set (    Code11BarcodeCheckDigitType ); 
} 

Property Value

A Code11BarcodeCheckDigitType enumeration member that indicates the check digit type to use when writing Code 11 barcodes. The default value is Code11BarcodeCheckDigitType.CDigit.

Remarks

This property is only valid when writing Code 11 (USD-8) barcodes (BarcodeSymbology.Code11).

Example

For an example, refer to OneDBarcodeWriteOptions.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly