←Select platform

ReadMode Property (MicroPDF417BarcodeReadOptions)

Summary

Gets or sets a value that indicates the channel mode to use when reading MicroPDF417 barcodes.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[CategoryAttribute("         Options")] 
[DisplayNameAttribute("Mode")] 
[DefaultValueAttribute()] 
[DescriptionAttribute("MicroPDF417 Channel mode")] 
public Leadtools.Barcode.MicroPDF417BarcodeReadMode ReadMode {get; set;} 
<CategoryAttribute("          Options")> 
<DisplayNameAttribute("Mode")> 
<DefaultValueAttribute()> 
<DescriptionAttribute("MicroPDF417 Channel mode")> 
Public Property ReadMode As Leadtools.Barcode.MicroPDF417BarcodeReadMode 
[CategoryAttribute("         Options")] 
[DisplayNameAttribute("Mode")] 
[DefaultValueAttribute()] 
[DescriptionAttribute("MicroPDF417 Channel mode")] 
public Leadtools.Barcode.MicroPDF417BarcodeReadMode ReadMode {get; set;} 
@property (nonatomic, assign) LTMicroPDF417BarcodeReadMode readMode 
public MicroPDF417BarcodeReadMode getReadMode() 
public void setReadMode(MicroPDF417BarcodeReadMode value) 
             
CategoryAttribute("          Options") 
DisplayNameAttribute("Mode") 
DefaultValueAttribute() 
DescriptionAttribute("MicroPDF417 Channel mode") 
  
get_ReadMode(); 
set_ReadMode(value); 
Object.defineProperty('ReadMode');  
[CategoryAttribute("         Options")] 
[DisplayNameAttribute("Mode")] 
[DefaultValueAttribute()] 
[DescriptionAttribute("MicroPDF417 Channel mode")] 
public: 
property Leadtools.Barcode.MicroPDF417BarcodeReadMode ReadMode { 
   Leadtools.Barcode.MicroPDF417BarcodeReadMode get(); 
   void set (    Leadtools.Barcode.MicroPDF417BarcodeReadMode ); 
} 

Property Value

An MicroPDF417BarcodeReadMode enumeration member that specifies the channel mode to use when reading MicroPDF417 barcodes. The default value is Mode0

Remarks

Refer to MicroPDF417BarcodeReadMode for more information.

Example

For an example, refer to MicroPDF417BarcodeReadOptions.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Barcode Assembly
Click or drag to resize