Property: EmbedBarcodeText

(TSave2D_Emf, TSave2D_Eps, TSave2D_Gif, TSave2D_Svg)

Specifies whether to embed the barcode text to a picture file.

Syntax:

property EmbedBarcodeText: Boolean;

Description:

The property specifies whether to embed the barcode text to a picture file. Only the Portable Network Graphics (PNG), Graphics Interchange Format (GIF) version 89a, Scalable Vector Graphics (SVG), Encapsulated PostScript (EPS), and Enhanced Metafile (EMF) formats support to embed the barcode text.

Note, the Graphics Interchange Format (GIF) version 87a doesn't support to embed the other data into the picture file, so for the TSave2D_Gif component, if the Version property is set to gv87a, the value of this property will be ignored.

Note, only the encoded barcode text will be embed to the picture file.

Contents