Inesoft PrintCE SDK .NET
PrintCE::DrawEAN8 Method

Draws EAN-8 type barcode.
String should contain 7 numbers. 2-Digit or 5-Digit Supplemental strings are also supported (see description of add_str parameter).

C# Syntax: double value = object.DrawEAN8(string str, string add_str, double pos_x, double pos_y, bool add_text, int thickness);
VB Syntax: Dim value As Double = object.DrawEAN8(ByVal str As String, ByVal add_str As String, ByVal pos_x As Double, ByVal pos_y As Double, ByVal add_text As Boolean, ByVal thickness As Int32)

Parameters

str

[in] string to be "bar coded".

add_str

[in] 2-Digit or 5-Digit supplemental string. In the case when no add_str is needed pass empty string.

pos_x, pos_y

[in] coordinates on the page where the bar code will be drawn. If pos_x is a negative value then no bar code is actually drawn and actual width of this bar code is returned. If pos_y is a negative value then no bar code is actually drawn and actual height of this bar code is returned. Coordinates are set in the current measurement units (please refer to MeasureUnit)

add_text

[in] if true - draws the string below the bar code. If false, draws only the bar code.

thickness

[in] bar code bar widths.
   0 - smallest
   1 - middle size
   2 - widest.

Return Values

Width of the bar code, or height of the bar code (if pos_y is a negative value).
Width or height are return in the current measurement units (please refer to MeasureUnit).

 


© 2009 Inesoft. All rights reserved.