-
-
- 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
PDF417RowHeight
Returns or sets the value indicating the height of a row in a PDF 417 barcode. Does not affect other barcode types.
The height is expressed in multiples of XDimension. For example the value RowHeight_3x creates rows with the height 3 times as large as XDimension.
Syntax
BarCodeWiz1.PDF417RowHeight [ = enum]
The settings for enum are:
Constant | Description |
---|---|
RowHeight_2x | PDF 417 row height is set to 2 x the value of XDimension. |
RowHeight_3x | Default setting. PDF 417 row height is set to 3 x the value of XDimension. |
RowHeight_4x | PDF 417 row height is set to 4 x the value of XDimension. |
RowHeight_5x | PDF 417 row height is set to 5 x the value of XDimension. |
RowHeight_6x | PDF 417 row height is set to 6 x the value of XDimension. |