Property: Placeable

(TSave2D_Wmf)

Specifies whether to generate a placeable Windows Metafile Format (WMF) file when use the TSave2D_Wmf component to save a barcode symbol.

Syntax:

property Placeable: Boolean;

Description:

Original Windows Metafile Format (WMF) were device-specific; that is, the graphical images they contained would only be rendered correctly if played back on the output device for which they were recorded. To overcome this limitation, "placeable" Windows Metafile Format (WMF) were developed. The property specifies whether to generate a placeable Windows Metafile Format (WMF) file.

Note, the property LogicUnitsPerInch must be set if this property is set to true. If this property is set to false, the value of LogicUnitsPerInch property will be ignored.

Contents