Visual Basic (Declaration) | |
---|---|
<DataMemberAttribute(Name="CodeColor", IsRequired=True)> Public Property CodeColor As BarcodeColor |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[DataMemberAttribute(Name="CodeColor", IsRequired=true)] public BarcodeColor CodeColor {get; set;} |
C++/CLI | |
---|---|
[DataMemberAttribute(Name="CodeColor", IsRequired=true)] public: property BarcodeColor^ CodeColor { BarcodeColor^ get(); void set (BarcodeColor^ value); } |
Return Value
A BarcodeColor object that contains the bar and space colors for the barcode to be read.For an example, Refer to ReadRequest.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family