Full Name |
DXF (AutoDesk AutoCAD) |
Format ID |
ImGearFormats.DXF |
File Extension(s) |
*.dxf |
Data Type |
Vector/CAD image |
Data Encoding |
Binary |
IG Multipage Support |
No |
IG Alpha Channel Support |
No |
IG Metadata Update Support |
No |
IG Platforms Support |
Win32, Win64, .NET, .NET64 |
ImageGear Supported Versions
- Read: AC1002, AC1003 AC1004, AC1006, AC1009, AC1012, AC1013, AC1014, AC1015, AC1018, AC1021, AC1024, AC1027
- Write: AC1012, AC1013, AC1014, AC1015, AC1018, AC1021, AC1024, AC1027
ImageGear Supported Features
- IGFilterFormatFlags.DETECTSUPPORT - autodetection
- IGFilterFormatFlags.PAGEREADSUPPORT - single page file reading
- IGFilterFormatFlags.PAGEINSERTSUPPORT - single-page file writing
ImageGear Read Support
- ImGearCompressions.NONE - Vector/CAD data
ImageGear Write Support
- ImGearCompressions.NONE - Vector/CAD data
ImageGear Filter Control Parameters
Filter Control Parameter |
Type |
Default Value |
Available Values |
Description |
BackColor |
Long |
0 |
Any positive value |
This parameter is used to set background color. If nBackGroundColor=0, then a black background color is set, otherwise a white background color is set. |
Width |
Long |
512 |
Any positive value |
Defines the DIB width of the loaded image. The DIB height is calculated using the file's scale factors. |
FontPath |
String |
"" |
Any string up to 262 characters |
Defines a path to the vector font files. Format - <Path1>;< Path2>;... . |
Password |
String |
"" |
Any string up to 262 characters |
Used to set password for encrypted files before reading. |
Version |
String |
ACAD2004 |
- ACAD12
- ACAD13
- ACAD14
- ACAD2000
- ACAD2004
- ACAD2007
- ACAD2010
- ACAD2013
|
Used to specify version to save the file as. |
ShowHidden |
Boolean |
False |
True, False |
If true, hidden layers are shown by default. |
Comments
DXF is an AutoDesk graphics format (Drawing eXchange Format). Most CAD programs (PC-based) support this format. Compared to DWG, it is simpler and more broadly supported among different software.