Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

686a6567 2b65 33c5 0790 d50f94dc8e93

haplokuon edited this page May 6, 2023 · 1 revision

SupportedImageFormats Enumeration

netDxf 3.0.0 Library

Supported image formats.

Definition

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

Remarks

These are the image formats in common between the net framework and AutoCAD.

Members

Bmp 0 BMP image format.
Jpeg 1 JPG image format.
Png 2 PNG image format.
Tiff 3 Tiff image format.

See Also

Reference

netDxf.Objects Namespace

Clone this wiki locally