| 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 bar and space colors to be read.For an example, refer to Barcode1d example.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code