I got a compilable DLL from your support team.
I need to open and return the measurements of a PLT file.
I couldn't find any example for this.
can someone help me with this issue?
i tried open it like this:
Code: Select all
CADImport.HPGL2.HPGLImage x = new CADImport.HPGL2.HPGLImage();
x.LoadFromFile(@"C:\Temp\p.PLT");
Console.WriteLine(x.AbsWidth + ", " + x.AbsHeight);
Thanks