8.48. TextOnTop Property

Description

Returns or sets a value that determines whether the human readable text is placed above the barcode image or below the image.

Syntax

HRESULT get_TextOnTop(VARIANT_BOOL* pVal);
HRESULT put_TextOnTop(VARIANT_BOOL val);

Remarks

The default value for TextOnTop is FALSE which places the human readable text below the barcode. To place the human readable text above the barcode, set TextOnTop to TRUE.

Two-dimensional symbologies (PDF417, Data Matrix and MaxiCode) do not support human readable text. This property has no effects when the current symbology is PDF417, Data Matrix or MaxiCode.

See Also

Section 8.20, “Font Property”

Section 8.44, “ShowHRText Property”

Section 8.47, “TexAlignment Property”