←Select platform

TypeFlags Property

Summary

Gets or sets the barcode major type. Values can be combined by using a bitwise OR ( ¦ ), when appropriate.

Syntax

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

Property Value

A BarcodeMajorTypeFlags enumerator value which specifies the barcode major type.

Example

For an example, Refer to ReadRequest.

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