(TSaveFmx2D_Png)
Specifies whether to embed the barcode text to a Portable Network Graphics (PNG) picture file for TSaveFmx2D_Png component.
type
{ Defined in the pfmxSave2D_Png unit }
TPngEmbedBarcodeText = (pebNone, pebText, pebCompressedText);
property EmbedBarcodeText: TPngEmbedBarcodeText;
The property specifies whether to embed the barcode text to a Portable Network Graphics (PNG) picture file.
This property can be one of these values (defined in the pfmxSave2D_Png unit):
Note, only the encoded barcode text will be embed to the picture file.