Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > MicroPDF417BarcodeWriteOptions Class : IsLinked Property |
[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;}
'Declaration
<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
'Usage
Dim instance As MicroPDF417BarcodeWriteOptions Dim value As Boolean instance.IsLinked = value value = instance.IsLinked
[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() <br/>get_IsLinked();<br/>set_IsLinked(value);<br/>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 value); }
The value of IsLinked will be set in the MicroPDF417BarcodeData.IsLinked when the barcode is read.
For an example, refer to MicroPDF417BarcodeWriteOptions.