←Select platform

StandardFlags Property

Summary

Gets or sets flags that indicate the MSI barcode type, Code11 barcode type, and reading speed.

Syntax

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

Property Value

Flags that indicate the MSI barcode type, Code11 barcode type, and reading speed. Use a bitwise OR ( ¦ ) to specify one flag from each group.

Example

For an example, refer to Barcode1d example.

Requirements

Target Platforms

See Also

Reference

Barcode1d Class

Barcode1d Members

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