PDF File Writer Class Library - Author Uzi Granot
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)

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
