PDFKixBarcode Constructor(String,Double,Double)
Initializes a new PDFKixBarcode object.
Syntax
'Declaration Public Function New( _ ByVal data As String, _ ByVal left As Double, _ ByVal top As Double _ )
'Usage Dim data As String Dim left As Double Dim top As Double Dim instance As New PDFKixBarcode(data, left, top)
Parameters
- data
- The data to be encoded.
- left
- the X coordinate of the top left corner of the barcode rectangle.
- top
- the Y coordinate of the top left corner of the barcode rectangle.
Exceptions
| Exception | Description |
|---|---|
| System.ArgumentOutOfRangeException | Thrown when invalid symbols exist in barcode data or the data does not have the required length. |
Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also