Gets or sets a value that indicates whether this MicroPDF417 is linked to a linear symbol that is printed below it, when writing MicroPDF417 barcodes.
public bool IsLinked { get; set; }
Public Property IsLinked As Boolean
public bool IsLinked {get; set;}
@property (nonatomic, assign) BOOL isLinked
public boolean isLinked()
public void setLinked(boolean value)
<br/>get_IsLinked();<br/>set_IsLinked(value);<br/>Object.defineProperty('IsLinked');
true when this MicroPDF417 is linked to a linear symbol that is printed below. Otherwise, false. The default value is false.
The value of IsLinked will be set in the MicroPDF417BarcodeData.IsLinked when the barcode is read.
For an example, refer to MicroPDF417BarcodeWriteOptions.
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