←Select platform

ReadMode Property (PDF417BarcodeReadOptions)

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[CategoryAttribute("         Options")] 
[DisplayNameAttribute("Mode")] 
[DefaultValueAttribute()] 
[DescriptionAttribute("PDF417 Channel mode")] 
public Leadtools.Barcode.PDF417BarcodeReadMode ReadMode {get; set;} 
<CategoryAttribute("          Options")> 
<DisplayNameAttribute("Mode")> 
<DefaultValueAttribute()> 
<DescriptionAttribute("PDF417 Channel mode")> 
Public Property ReadMode As Leadtools.Barcode.PDF417BarcodeReadMode 
[CategoryAttribute("         Options")] 
[DisplayNameAttribute("Mode")] 
[DefaultValueAttribute()] 
[DescriptionAttribute("PDF417 Channel mode")] 
public Leadtools.Barcode.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") 
  
get_ReadMode(); 
set_ReadMode(value); 
Object.defineProperty('ReadMode');  
[CategoryAttribute("         Options")] 
[DisplayNameAttribute("Mode")] 
[DefaultValueAttribute()] 
[DescriptionAttribute("PDF417 Channel mode")] 
public: 
property Leadtools.Barcode.PDF417BarcodeReadMode ReadMode { 
   Leadtools.Barcode.PDF417BarcodeReadMode get(); 
   void set (    Leadtools.Barcode.PDF417BarcodeReadMode ); 
} 

Property Value

A PDF417BarcodeReadMode enumeration member that specifies the channel mode to use when reading PDF417 barcodes. Default value is Mode0

Remarks

Refer to PDF417BarcodeReadMode for more information.

Example

For an example, refer to PDF417BarcodeReadOptions.

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