| Article | 60000688 |
| Type | Wish |
| Product | Converter |
| Date Added | 11/6/2008 12:00:00 AM |
| Fixed | 7.7012.0.6 (9/8/2017 12:00:00 AM) |
| Submitted by | Gradin Par |
Summary
Export to DWF 3D file.
Solution
Added in version 7.7010.0.7
Example for export to Dwf 3d file type format:
document.SaveAs("somefile.dwf", null, "dwf3d");
Example for export to Dwf 2d file type format:
document.SaveAs("somefile.dwf", null, "dwf");
