TPDFlibMetafileFormat
Data Types
Description
TPDFlibMetafileFormat enumerates Windows Metafile layout formats used when rendering PDF page contents to a GDI/GDI+ metafile stream or file.
Syntax
Delphi
type TPDFlibMetafileFormat = (mfEMF, mfEMFPlus, mfEMFDual, mfWMF);Values
| mfEMF | Formato Classic Windows Enhanced Metafile basato sui comandi GDI classici (offre un'ampia compatibilità con i visualizzatori Windows) |
|---|---|
| mfEMFPlus | Formato Windows Enhanced Metafile Plus basato su record GDI+ moderni (supporta l'anti-aliasing e la trasparenza complessa) |
| mfEMFDual | Registra flussi GDI classici e GDI+, consentendo ai motori di rendering che supportano solo GDI di visualizzare un'immagine di fallback mentre i lettori abilitati a GDI+ leggono vettori ad alta fedeltà |
| mfWMF | Formato legacy Windows Metafile a 16 bit (conservato per compatibilità all'indietro) |