←Select platform

MicroPDF417IsLinked Property

Summary

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

Syntax

C#
VB
WinRT C#
C++
[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(); 
} 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly