C#
VB
C++
Gets or sets the barcode symbology associated with this field.
public BarcodeSymbology Symbology { get; set; }
Public Property Symbology As Leadtools.Barcode.BarcodeSymbology
public:
property Leadtools.Barcode.BarcodeSymbology Symbology {
Leadtools.Barcode.BarcodeSymbology get();
void set ( Leadtools.Barcode.BarcodeSymbology );
}
A Leadtools.Barcode.BarcodeSymbology enumeration value that represents the symbology for which to search inside this field area. The default value is BarcodeSymbology.Unknown.
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