Gets or sets a value that indicates whether to decode extended characters when reading code 3 of 9 symbols or not.
public bool Code39Extended { get; set; }
Public Property Code39Extended As Boolean
public bool Code39Extended {get; set;}
@property (nonatomic, assign) BOOL code39Extended
public boolean getCode39Extended()
public void setCode39Extended(boolean value)
<br/>get_Code39Extended();<br/>set_Code39Extended(value);<br/>Object.defineProperty('Code39Extended');
true to decode extended characters. Otherwise, false. The default value is false.
When the value of Code39Extended is set to true, then extended characters could be decoded.
For an example, refer to OneDBarcodeReadOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET