C#
VB
C++
Gets or sets flags that indicate the MSI barcode type, Code11 barcode type, and reading speed.
[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 );
}
Flags that indicate the MSI barcode type, Code11 barcode type, and reading speed. Use a bitwise OR ( ¦ ) to specify one flag from each group.
For an example, refer to Barcode1d example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET