←Select platform

Symbology Property

Summary
Gets or sets the barcode symbology associated with this field.

Syntax
C#
VB
C++
Java
public BarcodeSymbology Symbology { get; set; } 
  
Public Property Symbology As BarcodeSymbology 
public BarcodeSymbology getSymbology(); 
public void setSymbology( 
   BarcodeSymbology barcodeSymbology 
); 
public: 
property BarcodeSymbology Symbology { 
   BarcodeSymbology get(); 
   void set (    BarcodeSymbology ); 
} 

Property Value

A Leadtools.Barcode.BarcodeSymbology enumeration value that represents the symbology for which to search inside this field area. The default value is BarcodeSymbology.Unknown.

Requirements

Target Platforms

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

Leadtools.Forms.Processing Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.