PDFView4NET WPF Edition
PDFFedExGround96Barcode Constructor(String,Double,Double)




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace > PDFFedExGround96Barcode Class > PDFFedExGround96Barcode Constructor : PDFFedExGround96Barcode Constructor(String,Double,Double)
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.
Initializes a new PDFFedExGround96Barcode 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 PDFFedExGround96Barcode(data, left, top)
public PDFFedExGround96Barcode( 
   string data,
   double left,
   double top
)
public: PDFFedExGround96Barcode( 
   string* data,
   double left,
   double top
)
public:
PDFFedExGround96Barcode( 
   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.
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

PDFFedExGround96Barcode Class
PDFFedExGround96Barcode Members
Overload List