TSRVPrint.MetafileCompatibility

<< Click to display table of contents >>

TSRVPrint.MetafileCompatibility

Specifies whether the component's printing output is compatible with metafiles.

property MetafileCompatibility: Boolean;

If MetafileCompatibility=False, printing output may be incompatible with metafiles; the component may use font glyph indexes instead of character codes when printing text. Such metafiles will be displayed incorrectly on computers without this font or with another version of this font.

If MetafileCompatibility=True, the component always uses character codes when printing text, to create metafile-compatible output.

Default value:

False

See also

TRVAControlPanel.MetafileCompatibility (in the RichViewActions help file)