←Select platform

IsLinked Property (MicroPDF417BarcodeWriteOptions)

Summary

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.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[DisplayNameAttribute("Is linked")] 
[DescriptionAttribute("The MicroPDF417 barcode is linked to a linear symbol that is printed below it")] 
[CategoryAttribute("        Options")] 
[DefaultValueAttribute()] 
public bool IsLinked {get; set;} 
<DisplayNameAttribute("Is linked")> 
<DescriptionAttribute("The MicroPDF417 barcode is linked to a linear symbol that is printed below it")> 
<CategoryAttribute("     Options")> 
<DefaultValueAttribute()> 
Public Property IsLinked As Boolean 
[DisplayNameAttribute("Is linked")] 
[DescriptionAttribute("The MicroPDF417 barcode is linked to a linear symbol that is printed below it")] 
[CategoryAttribute("        Options")] 
[DefaultValueAttribute()] 
public bool IsLinked {get; set;} 
@property (nonatomic, assign) BOOL isLinked 
public boolean isLinked() 
public void setLinked(boolean value) 
             
DisplayNameAttribute("Is linked") 
DescriptionAttribute("The MicroPDF417 barcode is linked to a linear symbol that is printed below it") 
CategoryAttribute("     Options") 
DefaultValueAttribute() 
  
get_IsLinked(); 
set_IsLinked(value); 
Object.defineProperty('IsLinked');  
[DisplayNameAttribute("Is linked")] 
[DescriptionAttribute("The MicroPDF417 barcode is linked to a linear symbol that is printed below it")] 
[CategoryAttribute("        Options")] 
[DefaultValueAttribute()] 
public: 
property bool IsLinked { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true when this MicroPDF417 is linked to a linear symbol that is printed below. Otherwise, false. The default value is false.

Remarks

The value of IsLinked will be set in the MicroPDF417BarcodeData.IsLinked when the barcode is read.

Example

For an example, refer to MicroPDF417BarcodeWriteOptions.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Barcode Assembly
Click or drag to resize