Gets or sets a value that indicates whether the optional macro '7 to 9 and A to Z' field is retrieved when reading PDF417 barcodes.
public bool ReadOptionalMacro79AndAZField { get; set; }
Public Property ReadOptionalMacro79AndAZField As Boolean
public bool ReadOptionalMacro79AndAZField {get; set;}
@property (nonatomic, assign) BOOL readOptionalMacro79AndAZField
public boolean getReadOptionalMacro79AndAZField()
public void setReadOptionalMacro79AndAZField(boolean value)
<br/>get_ReadOptionalMacro79AndAZField();<br/>set_ReadOptionalMacro79AndAZField(value);<br/>Object.defineProperty('ReadOptionalMacro79AndAZField');
true to retrieve the optional macro '7 to 9 and A to Z' field when reading PDF417 barcodes. 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