SupportedImageFormats Enumeration
|
Supported image formats.
Namespace:
DXFReaderNET.Objects
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public enum SupportedImageFormats
Public Enumeration SupportedImageFormats
public enum class SupportedImageFormats
type SupportedImageFormats
enum SupportedImageFormats
Members
| Member name | Value | Description |
---|
| Bmp | 0 |
BMP image format.
|
| Jpeg | 1 |
JPG image format.
|
| Png | 2 |
PNG image format.
|
| Tiff | 3 |
Tiff image format.
|
Remarks
These are the image formats in common between the net framework and AutoCAD.
See Also