Visual Basic (Declaration) | |
---|---|
Public Property StandardFlags As Barcode1dStandardFlags |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As Barcode1d Dim value As Barcode1dStandardFlags instance.StandardFlags = value value = instance.StandardFlags |
C# | |
---|---|
public Barcode1dStandardFlags StandardFlags {get; set;} |
C++/CLI | |
---|---|
public: property Barcode1dStandardFlags StandardFlags { Barcode1dStandardFlags get(); void set ( Barcode1dStandardFlags value); } |
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.For an example, refer to BarcodeEngine.Read example.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7