The ReadFlags Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets processing options.Visual Basic (Declaration) | |
---|---|
<DataMemberAttribute(Name="ReadFlags", IsRequired=True)> Public Property ReadFlags As BarcodeReadFlags |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ReadOption Dim value As BarcodeReadFlags instance.ReadFlags = value value = instance.ReadFlags |
C# | |
---|---|
[DataMemberAttribute(Name="ReadFlags", IsRequired=true)] public BarcodeReadFlags ReadFlags {get; set;} |
C++/CLI | |
---|---|
[DataMemberAttribute(Name="ReadFlags", IsRequired=true)] public: property BarcodeReadFlags ReadFlags { BarcodeReadFlags get(); void set ( BarcodeReadFlags value); } |
Property Value
A BarcodeReadFlags enumerated value that contains the processing options.For an example, refer to Barcode1d example.
Values can be combined when appropriate, by using a bitwise OR (|). Pass BarcodeReadFlags.None to get the default.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7