Leadtools.Barcode Namespace > MicroPDF417BarcodeWriteOptions Class : IsLinked Property |
[DescriptionAttribute("The MicroPDF417 barcode is linked to a linear symbol that is printed below it")] [DefaultValueAttribute()] [CategoryAttribute(" Options")] [DisplayNameAttribute("Is linked")] public bool IsLinked {get; set;}
'Declaration <DescriptionAttribute("The MicroPDF417 barcode is linked to a linear symbol that is printed below it")> <DefaultValueAttribute()> <CategoryAttribute(" Options")> <DisplayNameAttribute("Is linked")> Public Property IsLinked As Boolean
'Usage Dim instance As MicroPDF417BarcodeWriteOptions Dim value As Boolean instance.IsLinked = value value = instance.IsLinked
[DescriptionAttribute("The MicroPDF417 barcode is linked to a linear symbol that is printed below it")] [DefaultValueAttribute()] [CategoryAttribute(" Options")] [DisplayNameAttribute("Is linked")] public bool IsLinked {get; set;}
@property (nonatomic, assign) BOOL isLinked;
public boolean isLinked() public void setLinked(boolean value)
DescriptionAttribute("The MicroPDF417 barcode is linked to a linear symbol that is printed below it") DefaultValueAttribute() CategoryAttribute(" Options") DisplayNameAttribute("Is linked")
get_IsLinked();
set_IsLinked(value);
Object.defineProperty('IsLinked');
[DescriptionAttribute("The MicroPDF417 barcode is linked to a linear symbol that is printed below it")] [DefaultValueAttribute()] [CategoryAttribute(" Options")] [DisplayNameAttribute("Is linked")] 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.