LinearBarcode Class

/// Linear (one-dimensional) barcode. ///
Public Class LinearBarcode
This language is not supported or no code example is available.
public class LinearBarcode
This language is not supported or no code example is available.
public ref class LinearBarcode 
This language is not supported or no code example is available.
public class LinearBarcode
This language is not supported or no code example is available.
Name Description
Public constructor LinearBarcode(string, Symbology) /// Creates a barcode image from the declared value and desired symbology. ///
Public constructor LinearBarcode(string, string) /// Creates a barcode image from the declared value and desired symbology. ///
Top
Name Description
Public property BarcodeValue /// Value to encode. ///
Public property Encoder /// Barcode symbology encoder. ///
Public property Image /// Barcode image. ///
Public property MinimumPointWidth /// Minimum point width for the given encoding value. ///
Public property Symbology /// Barcode symbology. ///
Public property Vectors /// Barcode vectors. ///
Public property ZplEncode
Top
Methods
 
Name Description
Public method Static GetHumanReadablePositions() /// Get a list of available human readable text positions. ///
Public method Static GetSymbologies() /// Get a list of available barcode symbologies. ///
Public method Rotate(Image, int)
Public method SaveImage(string) /// Provides a byte array version of the barcode image in the declared format for saving to file. ///
Top

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition