Click or drag to resize

SupportedImageFormats Enumeration

Supported image formats.

Namespace:  DXFReaderNET.Objects
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public enum SupportedImageFormats
Members
  Member nameValueDescription
Bmp0 BMP image format.
Jpeg1 JPG image format.
Png2 PNG image format.
Tiff3 Tiff image format.
Remarks
These are the image formats in common between the net framework and AutoCAD.
See Also