pinBitOffset
The offset, in bits, within the PIN block to mark a location for filling in the formatted PIN, which is justified with respect to the Pinjustification property value. 0 by default.
Declaration
var pinBitOffset: Int { get set }Discussion
The value of PINBitOffset indirectly controls the internal system units indicator. If PINBitOffset is byte aligned (that is, PINBitOffset % 8 == 0), the internal representation of PINBitOffset gets converted from bits to bytes.