Property: OriginalLogo

(TSave2D_Svg)

Determines how to save the logo picture in the target SVG file.

Syntax:

property OriginalLogo: Boolean default True;

Description:

If a TLogo2D component is linked to the TBarcode2Dcomponent which the TSave2D_Svg component is linked to, the logo picture can be saved in the target SVG file. The property determines how to save the logo picture in the target SVG file.

If the property is set true, the logo picture will be saved in the target SVG file using original format and size, otherwise, the logo picture will be saved using the BMP format and using the size which speified by the Width and Height properties of the TLogo2D component.

Contents