←Select platform

IsLinked Property

Summary

Gets a value that indicates whether the MicroPDF417 barcode is linked to a linear symbol printed below it.

Syntax
C#
VB
Objective-C
C++
Java
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(); 
} 

Property Value

true when the MicroPDF417 barcode is linked to a linear symbol printed below it. Otherwise, false. The default value is false.

Remarks

This property is set by the BarcodeReader object when a MicroPDF417 symbol is read. To link MicroPDF417 when writing, use the MicroPDF417BarcodeWriteOptions.IsLinked property.

Example

For an example, refer to MicroPDF417BarcodeData.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly