TsgCADImage.ExportToMetafile
Exports CAD drawing to Windows Enhanced metafile
procedure ExportToMetafile(const FileName: string; AWidth, AHeight: Integer);
Description
Export all supported CAD drawings (DWF/DWG/DXF/HPGL) to Windows Enhanced metafile. ExportToMetafile sets the size of the metafile from AWidth (width of the metafile) and AHeight (height of the metafile) parameters.
Go to CAD VCL Enterprise