←Select platform

Code39Extended Property

Summary
Gets or sets a value that indicates whether to decode extended characters when reading code 3 of 9 symbols or not.
Syntax
C#
VB
Objective-C
C++
Java
public bool Code39Extended { get; set; } 
Public Property Code39Extended As Boolean 
@property (nonatomic, assign) BOOL code39Extended 
public boolean getCode39Extended() 
public void setCode39Extended(boolean value) 
public: 
property bool Code39Extended { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to decode extended characters. Otherwise, false. The default value is false.

Remarks

When the value of Code39Extended is set to true, then extended characters could be decoded.

Example

For an example, refer to OneDBarcodeReadOptions.

Requirements

Target Platforms

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

Leadtools.Barcode Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.