←Select platform

Symbology Property

Summary

Gets or sets the barcode symbology (type) associated with this AztecBarcodeData.

Syntax
C#
VB
Objective-C
C++
Java
public override BarcodeSymbology Symbology { get; set; } 
<BrowsableAttribute(False)> 
Public Overrides Property Symbology As BarcodeSymbology 
@property (nonatomic, assign) LTBarcodeSymbology symbology 
@Override public BarcodeSymbology getSymbology() 
@Override public void setSymbology(BarcodeSymbology value) 
[BrowsableAttribute(false)] 
public: 
property BarcodeSymbology Symbology { 
   BarcodeSymbology get() override; 
   void set (    BarcodeSymbology ) override; 
} 

Property Value

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

Remarks

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

Example

For an example, refer to AztecBarcodeData.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly