Gets or sets the barcode symbology (type) associated with this AztecBarcodeData.
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;
}
An BarcodeSymbology enumeration member that specifies the barcode symbology (type) associated with this AztecBarcodeData.
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.
For an example, refer to AztecBarcodeData.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET