Visual Basic (Declaration) | |
---|---|
Public Property Flags As BarcodeReadFlags |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public BarcodeReadFlags Flags {get; set;} |
C++/CLI | |
---|---|
public: property BarcodeReadFlags Flags { BarcodeReadFlags get(); void set (BarcodeReadFlags value); } |
Return Value
The processing options.Values can be combined when appropriate by using a bitwise OR (|). Pass BarcodeReadFlags.None to get the default.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family