C#
VB
Java
Objective-C
C++
Gets or sets a value that indicates whether to enable reading PDF417 symbols that have corrupted Indicators.
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
true to enable reading PDF417 symbols that have corrupted Indicators; otherwise, false. The default value is false.
For an example, refer to PDF417BarcodeReadOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET