The Flags Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the processing options.| Visual Basic (Declaration) | |
|---|---|
Public Property Flags As BarcodeReadFlags | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As BarcodeReadActivity Dim value As BarcodeReadFlags instance.Flags = value value = instance.Flags | |
| C# | |
|---|---|
public BarcodeReadFlags Flags {get; set;} | |
| C++/CLI | |
|---|---|
public: property BarcodeReadFlags Flags { BarcodeReadFlags get(); void set ( BarcodeReadFlags value); } | |
Property Value
The processing options.Values can be combined when appropriate by using a bitwise OR (|). Pass BarcodeReadFlags.None to get the default.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code