Gets or sets a value that indicates whether the optional macro 'Segment Count' field is retrieved when reading MicroPDF417 barcodes.
public bool ReadOptionalMacroSegmentCountField { get; set; }
Public Property ReadOptionalMacroSegmentCountField As Boolean
public bool ReadOptionalMacroSegmentCountField {get; set;}
@property (nonatomic, assign) BOOL readOptionalMacroSegmentCountField
public boolean getReadOptionalMacroSegmentCountField()
public void setReadOptionalMacroSegmentCountField(boolean value)
<br/>get_ReadOptionalMacroSegmentCountField();<br/>set_ReadOptionalMacroSegmentCountField(value);<br/>Object.defineProperty('ReadOptionalMacroSegmentCountField');
true to retrieve the optional macro 'Segment Count' field when reading MicroPDF417 barcodes. Otherwise, false. The default value is false.
For an example, refer to MicroPDF417BarcodeReadOptions.
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