PDFView4NET WinForms Edition


The data to be encoded.
the X coordinate of the top left corner of the barcode rectangle.
the Y coordinate of the top left corner of the barcode rectangle.
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)
public PDFKixBarcode( 
   string data,
   double left,
   double 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
ExceptionDescription
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