TBarCode Library 11  TBarCode Library 11
LPCSTR _stdcall BCGetRatioString ( e_BarCType  eType)

Returns the default print-ratio string of the barcode.

Returns the default print-ratio of the selected barcode type as string. The ratio string looks like "1:3:1:3" where the single values separated by colons corresponds to the ratio-values of the bars or spaces. The format of the ratio-string matches the format of the ratio-hint (see BCGetRatioHint()). This default value is used if no other print-ratio was selected.

See also:
BCSetRatio(), BCGetRatioHint()
Parameters:
[in]eTypeBarcode type.
Return values:
LPCSTRBar-code symbology depending string in the format "1:2:...:1:2"