UniPRT SDK  v1.0.0.0
Barcode_2D_Properties Class Reference

Non-default parameters for 2D barcodes. More...

Public Member Functions

TSPL.Rotation GetRotation ()
 Optional rotation, DIR, based on TSPL documentation.
 
TSPL.Barcode_Type2D getType ()
 Sets the barcode type for which the parameters apply to.
 
void SetRotation (TSPL.Rotation rotation)
 
void SetType (TSPL.Barcode_Type2D type)
 

Detailed Description

Non-default parameters for 2D barcodes.

Each barcode type has different parameters that a user may want to customize.
Each of the following will need their own interface if we want to expose all 2D TSPL parameters:

  • MAXICODE x,y,mode,[class,country,post,Lm,] "content"
  • QRCODE x,y,ECC Level,cell width,mode,rotation,[justification,]model,]mask,]area],]length]"content"
  • PDF417 x,y,width,height,rotate,[P#,][E#,][M#,][Ux,y,c,][W#,][H#,][R#,][C#,][T#,][Lm,] "content"
  • AZTEC x,y,rotate,size,ecp,flg,menu,multi,rev,bytes,content
  • DMATRIX x,y,width,height,[c#,x#,r#,a#,row,col,] "content"