'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 PDFMatrix25Barcode(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.