On Winwdows 8, The method CADImport. ExportToMetafile( aName, aCurRect ) work corectly when Windows is set to 96 dpi or 120 dpi. But at 150 dbi, the scale of drawing is not good. The drawing et too smal. I try to set the DPI before save, this did not settle the problem. How can I correct this problem?
Hi I have un exception when a try to write a EMF file. The exception is : "A generic error occurred in GDI+." I have a trial licence. I'm testing the library. Please, Can you help me ? Thank you ... if (cadImage != null) { if (cadImage.CurrentLayout == null) return; DRect rect = Rectangle(cadImage.C...