Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > OneDBarcodeReadOptions Class : Code39Extended Property |
[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); }
When the value of Code39Extended is set to true, then extended characters could be decoded.
For an example, refer to OneDBarcodeReadOptions.