Full Name |
DXF (AutoDesk AutoCAD) |
Format ID |
IG_FORMAT_DXF = 70 |
File Extension(s) |
*.dxf |
Data Type |
Vector/CAD image |
Data Encoding |
ASCII/Binary |
Color Profile Support |
No |
ImageGear Multipage Support |
No |
ImageGear Alpha Channel Support |
No |
ImageGear 3D Image Support |
Yes |
ImageGear Raster to Vector Format Conversion Support |
No |
ImageGear Unicode Text Display Support |
Yes |
ImageGear Platforms Support |
Win32, Win64, .NET, .NET64 |
ImageGear Supported Versions:
- Read: Versions 2.5 through 2007
- Write: Versions 12 through 2007
ImageGear Supported Features:
- IG_FLTR_DETECTSUPPORT - autodetection
- IG_FLTR_PAGEREADSUPPORT - single page file reading
- IG_FLTR_PAGEINSERTSUPPORT - single-page file writing
ImageGear Read Support:
- IG_COMPRESSION_NONE - Vector/CAD data (ASCII and Binary encoded files)
ImageGear Write Support:
- IG_COMPRESSION_NONE - Vector/CAD data (ASCII encoded files)
ImageGear Filter Control Parameters:
Filter Control Parameter |
Type |
Default Value |
Available Values |
Description |
BACKCOLOR |
UINT |
0 |
Any positive value |
This parameter sets view background color for image reading. If 0, black background color is set, otherwise white background color is set. |
FONTPATH |
LP | CHAR |
"" |
Any string up to 262 characters |
Defines a path to the vector font files. Format - <Path1>;< Path2>;... . |
LINEWIDTHDEF |
DOUBLE |
0 |
Any positive value |
This parameter has been deprecated and will be removed from the public API in a future release. |
PASSWORD |
LP | CHAR |
"" |
Any string up to 262 characters |
Sets password for reading encrypted files. |
SHOWHIDDEN |
AT_BOOL |
FALSE |
TRUE, FALSE |
If TRUE, hidden layers are shown by default. |
TRUETYPE |
AT_BOOL |
FALSE |
TRUE, FALSE |
This parameter has been deprecated and will be removed from the public API in a future release. |
TTFWIDTH |
DOUBLE |
0 |
Any positive value |
This parameter has been deprecated and will be removed from the public API in a future release. |
VERSION |
LP | CHAR |
ACAD2004 |
ACAD12, ACAD13, ACAD14, ACAD2000, ACAD2004, ACAD2007 |
Used to specify version to save the file as. |
WIDTH |
INT |
512 |
Any positive value |
Defines the width of the empty DIB associated with the image after loading. DIB height is calculated using the file's scale factors. See Working with Vector Images. |
Comments:
DXF file format was introduced by Autodesk for enabling interoperability between AutoCAD and other applications. It supports the same features as the DWG format. ASCII encoded DXF files can be read with a text editor.