Click or drag to resize

Pdf417BarcodeWritingShape Constructor

Initializes a new instance of the Pdf417BarcodeWritingShape class.

Namespace:  Atalasoft.PdfDoc.BarcodeWriting
Assembly:  Atalasoft.dotImage.PdfDoc.BarcodeWriting (in Atalasoft.dotImage.PdfDoc.BarcodeWriting.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Pdf417BarcodeWritingShape(
	string barcodeText,
	PdfBounds bounds
)

Parameters

barcodeText
Type: SystemString
The barcode text.
bounds
Type: Atalasoft.PdfDoc.GeometryPdfBounds
The bounds.
See Also