←Select platform

Symbology Property

Summary

Gets or sets the barcode symbology.

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 value that represents the barcode symbology.

Requirements

Target Platforms

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

Leadtools.Forms.Processing Assembly