Gets a value that indicates whether the MicroPDF417 barcode is linked to a linear symbol printed below it.
public bool IsLinked { get; }
<BrowsableAttribute(False)>
Public ReadOnly Property IsLinked As Boolean
@property (nonatomic, assign, readonly) BOOL isLinked
public boolean isLinked()
[BrowsableAttribute(false)]
public:
property bool IsLinked {
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