Leadtools.Barcode Namespace > PDF417BarcodeReadOptions Class : ReadMode Property |
[DisplayNameAttribute("Mode")] [CategoryAttribute(" Options")] [DefaultValueAttribute()] [DescriptionAttribute("PDF417 Channel mode")] public PDF417BarcodeReadMode ReadMode {get; set;}
'Declaration <DisplayNameAttribute("Mode")> <CategoryAttribute(" Options")> <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
[DisplayNameAttribute("Mode")] [CategoryAttribute(" Options")] [DefaultValueAttribute()] [DescriptionAttribute("PDF417 Channel mode")] public PDF417BarcodeReadMode ReadMode {get; set;}
@property (nonatomic, assign) LTPDF417BarcodeReadMode readMode;
public PDF417BarcodeReadMode getReadMode() public void setReadMode(PDF417BarcodeReadMode value)
DisplayNameAttribute("Mode") CategoryAttribute(" Options") DefaultValueAttribute() DescriptionAttribute("PDF417 Channel mode")
get_ReadMode();
set_ReadMode(value);
Object.defineProperty('ReadMode');
[DisplayNameAttribute("Mode")] [CategoryAttribute(" Options")] [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.