Gets a value that indicates whether the MicroPDF417 barcode is linked to a linear symbol printed below it.
[BrowsableAttribute(false)]
public bool MicroPDF417IsLinked {get;}
<BrowsableAttribute(False)>
Public ReadOnly Property MicroPDF417IsLinked As Boolean
[BrowsableAttribute(false)]
public bool MicroPDF417IsLinked {get;}
BrowsableAttribute()
get_MicroPDF417IsLinked();
[BrowsableAttribute(false)]
public:
property bool MicroPDF417IsLinked {
bool get();
}
true when the MicroPDF417 barcode is linked to a linear symbol printed below it. Otherwise, false. The default value is false.
This property is set by the BarcodeReader object when a MicroPDF417 symbol is read. To link MicroPDF417 when writing, use the MicroPDF417BarcodeWriteOptions.IsLinked property.
For an example, refer to MicroPDF417BarcodeData.
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