Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

BarcodeData Constructor()








Initializes a new instance of the BarcodeData class with default values.
Syntax
public BarcodeData()
'Declaration
 
Public Function New()
'Usage
 
Dim instance As New BarcodeData()
public BarcodeData()
- (instancetype)init
public BarcodeData()
function BarcodeData()
public:
BarcodeData();
Remarks

This constructor initializes the BarcodeData member as follows:

Member Value
Symbology BarcodeSymbology.Unknown
Bounds LogicalRectangle.Empty
RotationAngle 0
BarWidthReduction 0
Byte array inside GetData null (Nothing in Visual Basic)
Value null (Nothing in Visual Basic)
Tag null (Nothing in Visual Basic)

To quickly construct a new BarcodeData object with a specific symbology and data, use BarcodeData(BarcodeSymbology symbology, byte[] data) or BarcodeData(BarcodeSymbology symbology, string value).

To create an instance of BarcodeData suitable for writing for a specified symbology, use CreateDefaultBarcodeData.

Example

For an example, refer to BarcodeData.

Requirements

Target Platforms

See Also

Reference

BarcodeData Class
BarcodeData Members
Overload List

Error processing SSI file
Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features