←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
Java
Objective-C
WinRT C#
C++
[DefaultValueAttribute()] 
[DescriptionAttribute("read Code 3 of 9 symbols that contain characters from the extended characters set")] 
[CategoryAttribute("    Code 3 of 9 Options")] 
[DisplayNameAttribute("Code 3 of 9 extended")] 
public bool Code39Extended {get; set;} 
<DefaultValueAttribute()> 
<DescriptionAttribute("read Code 3 of 9 symbols that contain characters from the extended characters set")> 
<CategoryAttribute(" Code 3 of 9 Options")> 
<DisplayNameAttribute("Code 3 of 9 extended")> 
Public Property Code39Extended As Boolean 
[DefaultValueAttribute()] 
[DescriptionAttribute("read Code 3 of 9 symbols that contain characters from the extended characters set")] 
[CategoryAttribute("    Code 3 of 9 Options")] 
[DisplayNameAttribute("Code 3 of 9 extended")] 
public bool Code39Extended {get; set;} 
@property (nonatomic, assign) BOOL code39Extended 
public boolean getCode39Extended() 
public void setCode39Extended(boolean value) 
             
DefaultValueAttribute() 
DescriptionAttribute("read Code 3 of 9 symbols that contain characters from the extended characters set") 
CategoryAttribute(" Code 3 of 9 Options") 
DisplayNameAttribute("Code 3 of 9 extended") 
  
get_Code39Extended(); 
set_Code39Extended(value); 
Object.defineProperty('Code39Extended');  
[DefaultValueAttribute()] 
[DescriptionAttribute("read Code 3 of 9 symbols that contain characters from the extended characters set")] 
[CategoryAttribute("    Code 3 of 9 Options")] 
[DisplayNameAttribute("Code 3 of 9 extended")] 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Barcode Assembly
Click or drag to resize