←Select platform

WhiteLines Property

Summary

Gets or sets the number of lines of white space above and below the barcode symbol.

Syntax

C#
VB
C++
[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 ); 
} 

Property Value

The number of lines of white space above and below the barcode symbol.

Example

For an example, refer to Barcode1d example.

Requirements

Target Platforms

See Also

Reference

Barcode1d Class

Barcode1d Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Barcode.DataContracts Assembly