ExportToMetafile
Description
The ExportToMetafile
method exports all supported CAD images (DWF/DWG/DXF/HPGL) to the Windows Enhanced metafile. You can set a metafile size with AWidth
and AHeight
parameters.
Parameter | Type | Description |
---|---|---|
FileName | String | A file name |
AWidth | Integer | A metafile width |
AHeight | Integer | A metafile height |
Syntax
procedure ExportToMetafile(const FileName: string; AWidth, AHeight: Integer);