Click or drag to resize

SupportedImageFormats Enumeration

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Supported image formats.

Namespace:  netDxf.Objects
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public enum SupportedImageFormats
Request Example View Source
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