| Visual Basic (Declaration) | |
|---|---|
<DataMemberAttribute(Name="WhiteLines", IsRequired=True)> Public Property WhiteLines As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[DataMemberAttribute(Name="WhiteLines", IsRequired=true)] public int WhiteLines {get; set;} | |
| C++/CLI | |
|---|---|
[DataMemberAttribute(Name="WhiteLines", IsRequired=true)] public: property int WhiteLines { int get(); void set (int value); } | |
Return Value
The number of lines of white space above and below the barcode symbol.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