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 > PDF417BarcodeReadOptions Class : ReadMode Property |
[CategoryAttribute(" Options")] [DisplayNameAttribute("Mode")] [DefaultValueAttribute()] [DescriptionAttribute("PDF417 Channel mode")] public PDF417BarcodeReadMode ReadMode {get; set;}
'Declaration
<CategoryAttribute(" Options")> <DisplayNameAttribute("Mode")> <DefaultValueAttribute()> <DescriptionAttribute("PDF417 Channel mode")> Public Property ReadMode As PDF417BarcodeReadMode
'Usage
Dim instance As PDF417BarcodeReadOptions Dim value As PDF417BarcodeReadMode instance.ReadMode = value value = instance.ReadMode
[CategoryAttribute(" Options")] [DisplayNameAttribute("Mode")] [DefaultValueAttribute()] [DescriptionAttribute("PDF417 Channel mode")] public PDF417BarcodeReadMode ReadMode {get; set;}
@property (nonatomic, assign) LTPDF417BarcodeReadMode readMode
public PDF417BarcodeReadMode getReadMode() public void setReadMode(PDF417BarcodeReadMode value)
CategoryAttribute(" Options") DisplayNameAttribute("Mode") DefaultValueAttribute() DescriptionAttribute("PDF417 Channel mode") <br/>get_ReadMode();<br/>set_ReadMode(value);<br/>Object.defineProperty('ReadMode');
[CategoryAttribute(" Options")] [DisplayNameAttribute("Mode")] [DefaultValueAttribute()] [DescriptionAttribute("PDF417 Channel mode")] public: property PDF417BarcodeReadMode ReadMode { PDF417BarcodeReadMode get(); void set ( PDF417BarcodeReadMode value); }
Refer to PDF417BarcodeReadMode for more information.
For an example, refer to PDF417BarcodeReadOptions.