DrawPDF417Symbol

Vector graphics, Barcodes

Description

Draws a PDF417 symbol onto the selected page.

The DrawPDF417SymbolEx function can be used for extra functionality.

Syntax

Delphi

function TPDFlib.DrawPDF417Symbol(Left, Top: Double; Const Text: WideString; Options: Integer): Integer;

ActiveX

Function PDFlib::DrawPDF417Symbol(Left As Double, Top As Double, Text As String, Options As Long) As Long

DLL

int DLDrawPDF417Symbol(int InstanceID, double Left, double Top, wchar_t * Text, int Options);

Parameters

LeftThe horizontal coordinate of the left edge of the PDF417 symbol
TopThe vertical coordinate of the top edge of the PDF417 symbol The text to store in the symbol
Text
Options0 = Normal 1 = Rotate 90 degrees counter clockwise 2 = Rotate 180 degrees 3 = Rotate 90 degrees clockwise

Return values

0The Options parameter was invalid The PDF417 symbol was drawn successfully
1