TIEGlobalSettings.AttributionStr
Declaration
property AttributionStr: String;
Description
Specifies the comment that is inserted into SVG and LUT files when they are saved with ImageEn.
Set to '' to disable insertion of an attribution string.
It is used by the following methods:
◼IEConvertImageToSVG
◼IEVectorizeImageToSVG
◼IESaveCubeLUTFile
◼SaveToFileSVG
◼SaveToStreamSVG
Note: Ensure you use only web-safe characters and avoid line breaks
Default: Created with ImageEn v00.00.00 - www.ImageEn.com
IEGlobalSettings().AttributionStr := 'My Image Editor - v1.0';
// Disable the insertion of an attribution comment
IEGlobalSettings().AttributionStr := '';
ImageEnView1.IO.SaveToFileSVG( 'D:\image.svg' );
See Also
◼ImageEnVersion
◼UnregisteredBanner