Barcode .Net Class Library

PixelAligned Property

Applies To: Barcode | BarcodeControl | BarcodeImage

Specifies whether the bar and space widths must be exactly a multiple of output device pixels (i.e. not a fraction of a pixel).

[Visual Basic]
Public Property PixelAligned As Boolean

[C#]
public bool PixelAligned {get; set;}

Property Value

Specifies whether the barcode drawing or image should be pixel aligned.

Remarks

This must always be true (default) if the output barcode drawing or image is to be scanned.


© 2002 Bokai Corporation. All rights reserved.