-
-
- Install Barcode ActiveX Add-in in Excel
- Barcodes in MS Excel
- Create Sequential Barcode Labels in Excel
- Add Supplemental Text to Barcodes in Excel
- Extract Barcode Images from MS Excel
- Create Dynamic Barcodes Using LinkedCell in Excel
- Supplemental Text in Barcodes Using LinkedCell in Excel
- Barcodes in Excel with VBA
-
-
- BackColor
- BackStyle
- Barcode
- BarcodeColor
- BarcodeTextColor
- BarcodeTextFont
- BarcodeTextVisible
- BarcodeTextPosition
- BarcodeTextStretch
- BarHeight
- BearerBars
- BottomText
- BottomTextAlignment
- BottomTextColor
- BottomTextFont
- BottomTextVisible
- ControlAlignment
- ControlAutosize
- DataMatrixSize
- LinkedCell
- OptionalCheckChar
- Orientation
- OutlineColor
- OutlineStyle
- OutlineVisible
- OutlineWidth
- Padding Left/Top/Right/Bottom
- PDF417Columns
- PDF417ErrorCorrectionLevel
- PDF417RowHeight
- PDF417Truncated
- Picture
- QRCodeErrorCorrectionLevel
- QRCodeSize
- QuietZone Horizontal/Vertical
- Symbology
- TopText
- TopTextAlignment
- TopTextColor
- TopTextFont
- TopTextVisible
- UnitOfMeasure
- VerticalBarTextEntry
- WideToNarrowRatio
- XDimension
-
Barcode ActiveX Control
WideToNarrowRatio
Returns or sets the ratio of the wide to narrow bar in a bar code.
This property only affects symbologies which have two bar widths: Code 39, Code 39 Extended, Interleaved 2 of 5, Standard 2 of 5, and Codabar.
Syntax
BarCodeWiz1.WideToNarrowRatio [ = enum]
The settings for enum are:
Constant | Setting | Description |
---|---|---|
Optimal_Ratio | 0 | Width of the wide bar is adjusted automatically. |
Smallest_Ratio | 1 | Width of the wide bar is equal to 2.00 x XDimension |
Small_Ratio | 2 | Width of the wide bar is equal to 2.25 x XDimension |
Medium_Ratio | 3 | Width of the wide bar is equal to 2.50 x XDimension |
Large_Ratio | 4 | Width of the wide bar is equal to 2.75 x XDimension |
Largest_Ratio | 5 | Width of the wide bar is equal to 3.00 x XDimension |