←Select platform

Symbology Property

Summary

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

Syntax

C#
VB
Java
Objective-C
C++
public override BarcodeSymbology Symbology { get; set; } 
<BrowsableAttribute(False)> 
Public Overrides Property Symbology As Leadtools.Barcode.BarcodeSymbology 
@property (nonatomic, assign) LTBarcodeSymbology symbology 
@Override public BarcodeSymbology getSymbology() 
@Override public void setSymbology(BarcodeSymbology value) 
             
[BrowsableAttribute(false)] 
public: 
property Leadtools.Barcode.BarcodeSymbology Symbology { 
   Leadtools.Barcode.BarcodeSymbology get() override; 
   void set (    Leadtools.Barcode.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly