←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
Java
Objective-C
WinRT C#
C++
public Code11BarcodeCheckDigitType Code11CheckDigitType { get; set; } 
Public Property Code11CheckDigitType As Leadtools.Barcode.Code11BarcodeCheckDigitType 
public Leadtools.Barcode.Code11BarcodeCheckDigitType Code11CheckDigitType {get; set;} 
@property (nonatomic, assign) LTCode11BarcodeCheckDigitType code11CheckDigitType 
public Code11BarcodeCheckDigitType getCode11CheckDigitType() 
public void setCode11CheckDigitType(Code11BarcodeCheckDigitType value) 
             
 <br/>get_Code11CheckDigitType();<br/>set_Code11CheckDigitType(value);<br/>Object.defineProperty('Code11CheckDigitType');  

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly