Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

Code39Extended Property








Gets or sets a value that indicates whether to decode extended characters when reading code 3 of 9 symbols or not.
Syntax
[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;}
'Declaration
 
<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
'Usage
 
Dim instance As OneDBarcodeReadOptions
Dim value As Boolean
 
instance.Code39Extended = value
 
value = instance.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 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")
 <br/>get_Code39Extended();<br/>set_Code39Extended(value);<br/>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 value);
}

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

See Also

Reference

OneDBarcodeReadOptions Class
OneDBarcodeReadOptions Members

Error processing SSI file
Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features