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 Multi-Page 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 - auto-detection
- 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 |
Long |
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. |
WIDTH |
Long |
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 Data. |
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 |
Sets password for reading encrypted files. |
VERSION |
String |
ACAD2004 |
ACAD12, ACAD13, ACAD14, ACAD2000, ACAD2004, ACAD2007 |
Used to specify version to save the file as. |
SHOWHIDDEN |
Boolean |
False |
False, True |
If True, hidden layers are shown by default. |
TRUETYPE |
Boolean |
False |
False, True |
This parameter has been deprecated and will be removed in the next major release of ImageGear. |
TTFWIDTH |
Double |
0 |
Any positive value |
This parameter has been deprecated and will be removed in the next major release of ImageGear. |
LINEWIDTHDEF |
Double |
0 |
Any positive value |
This parameter has been deprecated and will be removed in the next major release of ImageGear. |
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.