←Select platform

Flags Property

Summary

Returns flags used by the Leadtools.Services.Barcode.ServiceContracts.IBarcodeService.Read operation.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="Flags", IsRequired=true)] 
public BarcodeDataFlags Flags { get; } 
  
<DataMemberAttribute(Name="Flags", IsRequired=True)> 
Public ReadOnly Property Flags As Leadtools.Services.Barcode.Datacontracts.BarcodeDataFlags 
[DataMemberAttribute(Name="Flags", IsRequired=true)] 
public: 
property Leadtools.Services.Barcode.Datacontracts.BarcodeDataFlags Flags { 
   Leadtools.Services.Barcode.Datacontracts.BarcodeDataFlags get(); 
} 

Property Value

Flags that identify barcode properties for the Linear, PDF417, MicroPDF417, DataMatrix, and QR barcodes.

Remarks

This property is set by the Leadtools.Services.Barcode.ServiceContracts.IBarcodeService.Read operation. It returns the properties of the barcode.

Example

For an example, refer to Barcode1d example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Barcode.DataContracts Assembly