[DisplayNameAttribute("Mode")] [DescriptionAttribute("MicroPDF417 Channel mode")] [CategoryAttribute(" Options")] [DefaultValueAttribute()] public MicroPDF417BarcodeReadMode ReadMode {get; set;}
@property (nonatomic, assign) LTMicroPDF417BarcodeReadMode readMode;
public MicroPDF417BarcodeReadMode getReadMode() public void setReadMode(MicroPDF417BarcodeReadMode value)
DisplayNameAttribute("Mode") DescriptionAttribute("MicroPDF417 Channel mode") CategoryAttribute(" Options") DefaultValueAttribute() get_ReadMode();set_ReadMode(value);Object.defineProperty('ReadMode');
[DisplayNameAttribute("Mode")] [DescriptionAttribute("MicroPDF417 Channel mode")] [CategoryAttribute(" Options")] [DefaultValueAttribute()] public: property MicroPDF417BarcodeReadMode ReadMode { MicroPDF417BarcodeReadMode get(); void set ( MicroPDF417BarcodeReadMode value); }
'Declaration <DisplayNameAttribute("Mode")> <DescriptionAttribute("MicroPDF417 Channel mode")> <CategoryAttribute(" Options")> <DefaultValueAttribute()> Public Property ReadMode As MicroPDF417BarcodeReadMode
'Usage Dim instance As MicroPDF417BarcodeReadOptions Dim value As MicroPDF417BarcodeReadMode instance.ReadMode = value value = instance.ReadMode
Refer to MicroPDF417BarcodeReadMode for more information.
For an example, refer to MicroPDF417BarcodeReadOptions.
Target Platforms
MicroPDF417BarcodeReadOptions Class MicroPDF417BarcodeReadOptions Members