1
Answer

what Control to used to display an dxf file contents

HIIIIII,
Is picture box control is feasible to display the dxf file contents ?????
As i want to modify the contents & then save it back 
or Just want to display the image
What would be the best & feasible control to use???
 Since i have to use features ;like zoom in out., panning etc
Kindly help to solve my issue????
Answers (1)
0
Taran Rajeev

Taran Rajeev

NA 2 0 8y
As far as I know, dxf format is vector format, which is not directly supported by the default .NET classes. So you might need to build the DXF structure programmatically to support it in your .NET project. I found some useful information about this here:
http://www.codeproject.com/Articles/156522/DXF-Import-NET-Read-and-View-AutoCAD-Format-Files
Also, I searched internet and found the following forum that might help:
http://support.leadtools.com/SupportPortal/CS/forums/45142/ShowPost.aspx