NShape Reference
ImageFileFormat Enumeration

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape >

NShape Reference
ImageFileFormat Enumeration

Previous pageReturn to chapter overviewNext page

Defines the file format of an image.

Syntax

public enum ImageFileFormat {
 Bmp,
 Emf,
 Gif,
 Jpeg,
 Png,
 Tiff,
 EmfPlus,
 Svg
}

Description

Defines the file format of an image.

Values

Name

Value

Bmp

Creates a bitmap file.

Emf

Creates an EMF file using the 'classic' EMFOnly file format.
EMF files are rendered using only GDI functions of the 16 bit era. 'Advanced' effects such as transparency or antialiasing are not supported.

Gif

Creates a GIF file.

Jpeg

Creates a Jpeg file.

Png

Creates a PNG file.

Tiff

Creates a TIFF file.

EmfPlus

Creates an EMF file using the 'new' EMFPlusDual file format. Rendering an EmfPlus file requires GDI+.

Svg

Creates a SVG file. Not supported in this version.

Requirements

Namespace: Dataweb.NShape

Assembly: Dataweb.NShape