PDFView4NET WPF Edition
PDFCode128BBarcode Constructor(String)




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace > PDFCode128BBarcode Class > PDFCode128BBarcode Constructor : PDFCode128BBarcode Constructor(String)
The data to be encoded.
Initializes a new PDFCode128BBarcode object.
Syntax
'Declaration
 
Public Function New( _
   ByVal data As String _
)
'Usage
 
Dim data As String
 
Dim instance As New PDFCode128BBarcode(data)
public PDFCode128BBarcode( 
   string data
)
public: PDFCode128BBarcode( 
   string* data
)
public:
PDFCode128BBarcode( 
   String^ data
)

Parameters

data
The data to be encoded.
Exceptions
ExceptionDescription
Thrown when invalid symbols exist in barcode data.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFCode128BBarcode Class
PDFCode128BBarcode Members
Overload List