C#
VB
C++
Gets or sets the number of lines of white space above and below the barcode symbol.
[DataMemberAttribute(Name="WhiteLines", IsRequired=true)]
public int WhiteLines { get; set; }
<DataMemberAttribute(Name="WhiteLines", IsRequired=True)>
Public Property WhiteLines As Integer
[DataMemberAttribute(Name="WhiteLines", IsRequired=true)]
public:
property int WhiteLines {
int get();
void set ( int );
}
The number of lines of white space above and below the barcode symbol.
For an example, refer to Barcode1d example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET