←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
Java
Objective-C
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly