This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
686a6567 2b65 33c5 0790 d50f94dc8e93
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Supported image formats.
Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public enum SupportedImageFormats
VB
Public Enumeration SupportedImageFormats
C++
public enum class SupportedImageFormats
F#
type SupportedImageFormats
These are the image formats in common between the net framework and AutoCAD.
Bmp | 0 | BMP image format. |
Jpeg | 1 | JPG image format. |
Png | 2 | PNG image format. |
Tiff | 3 | Tiff image format. |