SetMetafileMode
Image handling, Miscellaneous functions
Version history
This function was introduced in Quick PDF Library version 3.12.
Description
Enables alternative metafile import modes
Syntax
Delphi
function TDebenuPDFLibrary1811.SetMetafileMode(Mode: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::SetMetafileMode(Mode As Long) As Long
DLL
int DPLSetMetafileMode(int InstanceID, int Mode)
Parameters
| Mode |
Metafile mode 0=Default mode 1=Alternative font bounding box calculations 2=Alternative char spacing calculation |
Return values
| 1 | Success |
