←Select platform

EnableNoIndicatorTrail Property

Summary

Gets or sets a value that indicates whether to enable reading PDF417 symbols that have corrupted Indicators.

Syntax
C#
VB
Objective-C
C++
Java
public bool EnableNoIndicatorTrail { get; set; } 
Public Property EnableNoIndicatorTrail() As Boolean 
   Get 
   Set 
public:  
   property bool EnableNoIndicatorTrail 
   { 
      bool get() 
      void set(bool value) 
   } 
public boolean getEnableNoIndicatorTrail() 
public void setEnableNoIndicatorTrail(boolean value) 
@property (nonatomic, assign) BOOL enableNoIndicatorTrail 

Property Value

true to enable reading PDF417 symbols that have corrupted Indicators; otherwise, false. The default value is false.

Example

For an example, refer to PDF417BarcodeReadOptions.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly