DataMatrix

<< Click to Display Table of Contents >>

Navigation:  Barcode Functions (2D) >

DataMatrix

Previous pageReturn to chapter overviewNext page

[Professional Edition and above only]

Inserts a DataMatrix barcode into the VPE document.

method void VPE.DataMatrix(

VpeCoord Left,

VpeCoord Top,

VpeCoord Right,

VpeCoord Bottom,

string Text

)

VpeCoord Left, Top, Right, Bottom

coordinates

string Text

the text of the barcode

Example:

Doc.DataMatrix(1, 1, -3, -3, "30Q324343430794<OQQ")

Remarks:

sets LastError

 

See also:

"Barcodes (2D)" in the Programmer's Manual