BarcodeBox Constructor (Double, Double, Double, Double)

PDF File Writer

BarcodeBox Constructor (Double, Double, Double, Double)

Constructor for text included

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public BarcodeBox(
	double OriginX,
	double OriginY,
	double TotalWidth,
	double TotalHeight
)

Parameters

OriginX
Type: SystemDouble
Barcode origin X
OriginY
Type: SystemDouble
Barcode origin Y
TotalWidth
Type: SystemDouble
Total width
TotalHeight
Type: SystemDouble
Total height
See Also