LEADTOOLS Barcode (Leadtools.Barcode assembly)

Symbology Property (QRBarcodeData)

Show in webframe







Gets or sets the barcode symbology (type) associated with this QRBarcodeData.
Syntax
[BrowsableAttribute(false)]
public override BarcodeSymbology Symbology {get; set;}
'Declaration
 
<BrowsableAttribute(False)>
Public Overrides Property Symbology As BarcodeSymbology
'Usage
 
Dim instance As QRBarcodeData
Dim value As BarcodeSymbology
 
instance.Symbology = value
 
value = instance.Symbology
[BrowsableAttribute(false)]
public override BarcodeSymbology Symbology {get; set;}
@property (nonatomic, assign) LTBarcodeSymbology symbology;
@Override public BarcodeSymbology getSymbology()
@Override public void setSymbology(BarcodeSymbology value)
            
BrowsableAttribute()
 
get_Symbology();
set_Symbology(value);
Object.defineProperty('Symbology');
[BrowsableAttribute(false)]
public:
property BarcodeSymbology Symbology {
   BarcodeSymbology get() override;
   void set (    BarcodeSymbology value) override;
}

Property Value

An BarcodeSymbology enumeration member that specifies the barcode symbology (type) associated with this QRBarcodeData.
Remarks

This property overrides the base BarcodeData.Symbology and will always return BarcodeSymbology.QR. Attempting to set this property to any other symbology value is illegal and will result in an System.ArgumentException being thrown.

Example

For an example, refer to QRBarcodeData.

Requirements

Target Platforms

See Also

Reference

QRBarcodeData Class
QRBarcodeData Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features