BarcodeEAN13.GetBarcodeBox Method

PDF File Writer

BarcodeEAN13GetBarcodeBox Method

Calculate total barcode height including text

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public override 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: BarcodeBox
BarcodeBox result
See Also