LinearBarcode Class
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.
| Name | Description | |
|---|---|---|
|
LinearBarcode(string, Symbology) | /// Creates a barcode image from the declared value and desired symbology. /// |
|
LinearBarcode(string, string) | /// Creates a barcode image from the declared value and desired symbology. /// |
| Name | Description | |
|---|---|---|
|
BarcodeValue | /// Value to encode. /// |
|
Encoder | /// Barcode symbology encoder. /// |
|
Image | /// Barcode image. /// |
|
MinimumPointWidth | /// Minimum point width for the given encoding value. /// |
|
Symbology | /// Barcode symbology. /// |
|
Vectors | /// Barcode vectors. /// |
|
ZplEncode |
| Name | Description | |
|---|---|---|
|
GetHumanReadablePositions() | /// Get a list of available human readable text positions. /// |
|
GetSymbologies() | /// Get a list of available barcode symbologies. /// |
|
Rotate(Image, int) | |
|
SaveImage(string) | /// Provides a byte array version of the barcode image in the declared format for saving to file. /// |