DrawPDF417Symbol
Version history
This function was introduced in Quick PDF Library version 8.11.
Description
Draws a PDF417 symbol onto the selected page.
From version 9.15 the DrawPDF417SymbolEx function can be used for extra functionality.
Syntax
Delphi
function TDebenuPDFLibrary1811.DrawPDF417Symbol(Left, Top: Double; Text: WideString;
Options: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::DrawPDF417Symbol(Left As Double,
Top As Double, Text As String, Options As Long) As Long
DLL
int DPLDrawPDF417Symbol(int InstanceID, double Left, double Top, wchar_t * Text,
int Options)
Parameters
Left | The horizontal coordinate of the left edge of the PDF417 symbol |
Top | The vertical coordinate of the top edge of the PDF417 symbol |
Text | The text to store in the symbol |
Options |
0 = Normal 1 = Rotate 90 degrees counter clockwise 2 = Rotate 180 degrees 3 = Rotate 90 degrees clockwise |
Return values
0 | The Options parameter was invalid |
1 | The PDF417 symbol was drawn successfully |