ScannerBase.DecodeData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When the application sets DecodeData to true, the service object decodes the value of the ScanData property and places the decoded data in the ScanDataLabel and ScanDataType properties.
public override bool DecodeData { get; set; }
member this.DecodeData : bool with get, set
Public Overrides Property DecodeData As Boolean