C# - Export dxf file with export options to set the required version R11

Hey guys, 

i've been experimenting with the file saving/exporting options, but i've got no clue how i can access the options hidden in the DXF export options dialog.

I found this in the api, but it doesn't seem to be available: https://community.coreldraw.com/sdk/api/draw/20/c/dxfexport 

It also seems there's a way to create an ExportFilter of sorts that should be able to set the required version, but i can't figure that part out. 

Can someone help me with this? 

Thanks in advance! 

Parents
  • Maybe you will find what you need here...

    I think the trick will be to add a reference to the appropriate .flt library. It would be found on the next kind of path: "...\Corel_Installation_Folder\Filters64(or Filters for 32bit)\IEDXF.flt".

    You should browse to that folder (in EDE: Tools -> References... -> Browse... and go to the above suggested path. You will select  'All Files' from 'Files of type:'...

    After that the declaration Dim FilterObject As DXFExport will have a meaning and you can choose the filter properties/methods just selecting the options in a With - End With sequence like in the next picture:

Reply Children