LEADTOOLS Barcode (Leadtools.Barcode assembly)
LEAD Technologies, Inc

Symbology Property (QRBarcodeData)








Gets or sets the barcode symbology (type) associated with this QRBarcodeData. .NET support Silverlight support
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;}
ObjectiveC Syntax
Java Syntax
BrowsableAttribute()
 get_Symbology();
set_Symbology(value);
[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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

QRBarcodeData Class
QRBarcodeData Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

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