Inesoft PrintCE SDK .NET
PrintCE::DrawPDF417

Draws PDF417 type barcode.

C# Syntax: double ret = object.DrawPDF417(string str, double pos_x, double pos_y, int columns, int rows, bool trun_symbol, bool add_text);
VB Syntax: Dim
ret As Double = object.DrawPDF417(ByVal str As String, ByRef pos_x As Double, ByRef pos_y As Double, ByVal columns As Int32, ByVal rows As Int32, ByVal trun_symbol As Boolean, ByVal add_text As Boolean)

Parameters

 

str

[in] string to be "bar coded".

 

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)

 

columns

[in] PDF417 columns (1-30), default is 13


rows

[in] PDF417 rows (3-90), default is 30


trun_symbol

[in] if true - draws truncated PDF417. If false, draws normal PDF417 (default is FALSE)

 

add_text

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

 

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.