←Select platform

Symbology Property

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

Syntax
C#
C++/CLI
Java
Python
public BarcodeSymbology Symbology { get; set; } 
public BarcodeSymbology getSymbology(); 
public void setSymbology( 
   BarcodeSymbology barcodeSymbology 
); 
public: 
property BarcodeSymbology Symbology { 
   BarcodeSymbology get(); 
   void set (    BarcodeSymbology ); 
} 
Symbology # get and set (BarcodeFormField) 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly

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