VDocs.NET
Back to DOM

DOM.Enums.ImageType

Namespace: DOM.Enums

Represents the supported image formats for Image elements.

12 members

Fields

bmp

Windows Bitmap Graphics (.bmp).

emf

Extended (Enhanced) Windows Metafile Format (.emf).

gif

Graphic Interchange Format (.gif).

icon

Windows Icon (.ico).

jpeg

JPEG/JIFF Image (.jpeg).

jpg

JPEG/JIFF Image (.jpeg).

pcx

PC Paintbrush Bitmap Graphic (.pcx).

png

Portable (Public) Network Graphic (.png).

tiff

Tagged Image Format File (.tiff).

wbmp

The WBMP image format. Will default to BMP if not supported on the runtime platform.

webp

The new WebP image format.

wmf

Windows Metafile (.wmf).

VDocs.NET
The .NET Word Document Library

Generate Word
documents.
Not XML.

Create professional documents in .NET without the complexity of OpenXML or Word Interop.

C#VB.NET
var doc = new WordDocument();

doc.AddParagraph()
   .AddText("Invoice")
   .SetHeading(HeadingLevel.Title);

doc.Save("invoice.docx");

Sign In

Welcome back. Please sign in to your account.

Forgot password?
or
Create an account

By signing in, you agree to our Terms of Service and Privacy Policy.