SupplementGap Property

Navigation:  Reference Guide > Properties >

SupplementGap Property

Previous pageReturn to chapter overviewNext page

Gets or sets the distance, in centimeters, between the normal barcode and the supplement section.

[Visual Basic .NET]

Public Property SupplementGap As float

[C#]

public float SupplementGap {get; set;}

 

Remarks

The default value is 0.5, internally our barcode .NET control converts this property value from centimeters to pixels based on device resolution, so different SupplementGap property values might end up with same supplement gap in pixels due to performing rounding operations.

 

 

See Also

BarHeight Property    |   NarrowBarWidth Property