UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_2D_Properties类 参考

2D 条码的非默认参数。 更多...

Public 成员函数

 Barcode_2D_Properties ()
 
PGL.Barcode_Type2D getType ()
 设置条码类型以应用这些参数。 更多...
 
void SetType (PGL.Barcode_Type2D type)
 
PGL.Rotation GetRotation ()
 可选旋转,DIR,根据 PGL 文档。 更多...
 
void SetRotation (PGL.Rotation rotation)
 

Private 属性

PGL.Barcode_Type2D type = PGL.Barcode_Type2D.NOT_DEFINED
 
PGL.Rotation rotation = PGL.Rotation.None
 

详细描述

2D 条码的非默认参数。

待办事项:
这是 2D 条码常见的基本结构。
不同的条码类型有不同的参数,用户可能希望自定义这些参数。
以下每种条码需要自己的接口,如果我们想要暴露所有 2D PGL 参数:
  • MAXICODE[Mn;] [Z;] [DIR;] [BFn;L;] SR; SC
  • QRCODE; [DIR;] [X[D] n;] [Y[D] n;] [Tn;] [En;] [Mn;] [In;] [Cn;[Pn; Nn; Rn;]] [BFn;L;] SR; SC
  • PDF417;[MICRO or MACRO;] [DIR;] [X[D] n;] [Y[D] n;] [(Hn)|(Wn);] [ASPECTh: w;] [(Rn) | (Cn);] [BIN;] [S[%] n;][BFn;L;] SR; SC
  • AZTEC;[DIR;] [X[D] n;] [Hn;] [FORMATx, y;] [APPENDx, y;] [INIT;] [BFn;L;] SR; SC
  • DATAMATRIX;[DIR;] [X[D] n;] [Y[D] n;] [Cn;] [SHn;] [Rn;] [ECCn;] [IDn;] [BFn;L;] SR;SC

构造及析构函数说明

◆ Barcode_2D_Properties()

com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_2D_Properties.Barcode_2D_Properties ( )

成员函数说明

◆ GetRotation()

PGL.Rotation com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_2D_Properties.GetRotation ( )

◆ getType()

PGL.Barcode_Type2D com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_2D_Properties.getType ( )

设置条码类型以应用这些参数。

引用了 com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_2D_Properties.type.

被这些函数引用 com.UniPRT.Sdk.LabelMaker.PglLib.Barcode2D.Barcode2D().

◆ SetRotation()

void com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_2D_Properties.SetRotation ( PGL.Rotation  rotation)

◆ SetType()

void com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_2D_Properties.SetType ( PGL.Barcode_Type2D  type)

类成员变量说明

◆ rotation

PGL.Rotation com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_2D_Properties.rotation = PGL.Rotation.None
private

◆ type

PGL.Barcode_Type2D com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_2D_Properties.type = PGL.Barcode_Type2D.NOT_DEFINED
private

该类的文档由以下文件生成: