PDFView4NET WPF Edition
PDFRM4SCCBarcode Constructor(String)




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

Parameters

data
The data to be encoded.
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 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

PDFRM4SCCBarcode Class
PDFRM4SCCBarcode Members
Overload List