Property: Version
(TSaveFmx2D_Gif)
Specifies the version of a Graphics Interchange Format (GIF) file for the TSaveFmx2D_Gif component.
Syntax:
type
{ Defined in the pfmxSave2D_Gif unit }
TGifVersion = (gv87a, gv89a);
property Version: TGifVersion;
Description:
There are two versions of the Graphics Interchange Format (GIF): versions 87a and 89a. The property specifies which version will be used to save a barcode symbol to a Graphics Interchange Format (GIF) file. It can be one of these values (defined in the pfmxSave2D_Gif unit):
- gv87a: Uses the version 87a, the original version of the Graphics Interchange Format (GIF). It doesn't support to embed the other data into the picture file, so the value of EmbedBarcodeText property will be ignored if you use the version.
- gv89a: Uses the version 89a, the enhanced version of the Graphics Interchange Format (GIF). If you use the version, you can set the EmbedBarcodeText property to true to embed the encoded barcode text into the Graphics Interchange Format (GIF) picture file.
Contents
Copyright © 2001-2024
Han-soft Corporation. All rights reserved.