PDF File Writer Class Library - Author Uzi Granot
BarcodeGetBarcodeBox Method |
Calculate total barcode height including text
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public virtual BarcodeBox GetBarcodeBox( double BarWidth, double BarcodeHeight, PdfFont TextFont, double FontSize )
Parameters
- BarWidth
- Type: SystemDouble
Narrow bar width - BarcodeHeight
- Type: SystemDouble
Barcode height - TextFont
- Type: PdfFileWriterPdfFont
Text font - FontSize
- Type: SystemDouble
Text font size
Return Value
Type: BarcodeBoxBarcodeBox result
