UniPRT SDK  v1.0.0.0
UniPRT.Sdk.LabelMaker.Interfaces.ICellSquare Interface Reference

Sets the size of the single cell of a 2D barcode. ‍/ public interface ICellSize { /**. More...

Inheritance diagram for UniPRT.Sdk.LabelMaker.Interfaces.ICellSquare:
UniPRT.Sdk.LabelMaker.Interfaces.ACellSquare UniPRT.Sdk.LabelMaker.Interfaces.ICellRect UniPRT.Sdk.LabelMaker.Interfaces.CellRect UniPRT.Sdk.LabelMaker.Interfaces.CellSquare UniPRT.Sdk.LabelMaker.Interfaces.CellRect

Properties

IRuler Ruler [get, set]
 Ruler to use for cell size.
 
float Xdim [get, set]
 X dimension cell size (width).
 

Detailed Description

Sets the size of the single cell of a 2D barcode. ‍/ public interface ICellSize { /**.

Ruler to use for cell size. ‍/ public IRuler Ruler { get; set; }

/**

X dimension cell size (width).
‍/ public float Xdim { get; set; } // This is what is typically referred to as the X-dimension of the barcode.

/**

Y dimension cell size (height). ‍/ public float Ydim { get; set; } }

/** \~English @brief
    Sets the size of the single cell square of a 2D barcode.

    @details
    The cell size refers to the size of the unit within the barcode and not the shape of the barcode.

    \~Chinese-Traditional @brief
    設定 2D 條碼的單個單元方形的大小。

    @details
    單元大小指的是條碼內部單位的大小,而不是條碼的形狀。

    \~Chinese @brief
    设置 2D 条码的单个单元方形的大小。

    @details
    单元大小指的是条码内部单位的大小,而不是条码的形状。