Leadtools.Barcode Namespace > BarcodeReadSymbologyEventArgs Class : Data Property |
public BarcodeData Data {get;}
'Declaration Public ReadOnly Property Data As BarcodeData
'Usage Dim instance As BarcodeReadSymbologyEventArgs Dim value As BarcodeData value = instance.Data
public BarcodeData Data {get;}
ObjectiveC Syntax
Java Syntax
get_Data();
public: property BarcodeData^ Data { BarcodeData^ get(); }
Only valid if Operation is BarcodeReadSymbologyOperation.PostRead and no error occurred. Otherwise, it will be null (Nothing in Visual Basic).
Note that this property may consist of an object of a derived class that may contain extra information for the symbology. Refer to BarcodeData for more information.
For an example, refer to BarcodeReader.ReadSymbology.
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