Leadtools.Barcode Namespace > BarcodeData Class > BarcodeData Constructor : BarcodeData Constructor() |
public BarcodeData()
'Declaration Public Function New()
'Usage Dim instance As New BarcodeData()
public BarcodeData()
ObjectiveC Syntax
Java Syntax
function BarcodeData()
public: BarcodeData();
This constructor initializes the BarcodeData member as follows:
Member | Value |
---|---|
Symbology | BarcodeSymbology.Unknown |
Bounds | LogicalRectangle.Empty |
RotationAngle | 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.
For an example, refer to BarcodeData.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2