←Select platform

Symbology Property

Summary

Gets or sets the barcode symbology associated with this field.

Syntax

C#
VB
C++
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 ); 
} 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly