BarcodeWritingShape Constructor |
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 BarcodeWritingShape(
string barcodeText,
BarcodeStyle barcodeStyle,
PdfBounds bounds
)
Public Sub New (
barcodeText As String,
barcodeStyle As BarcodeStyle,
bounds As PdfBounds
)
Parameters
- barcodeText
- Type: SystemString
The barcode text. - barcodeStyle
- Type: Atalasoft.Barcoding.WritingBarcodeStyle
The style of barcode. - bounds
- Type: Atalasoft.PdfDoc.GeometryPdfBounds
The bounds to render the barcode in.
See Also