ImagePartType Class

Definition

Defines ImagePartType - types of ImagePart.

L".bin", L"image/unknown", L".bmp", L"image/bmp", L".gif", L"image/gif", L".png", L"image/png", L".jp2", L"image/jp2", L".tif", L"image/tif", L".tiff", L"image/tiff", L".xbm", L"image/xbm", L".ico", L"image/x-icon", L".pcx", L"image/x-pcx", L".pcz", L"image/x-pcz", // Note: EMZ and WMZ should never be used. L".emz", L"image/x-emz", L".wmz", L"image/x-wmz", // Note: Jpeg-Wmf are used by thumbnail. Don't add between them L".jpeg", L"image/jpeg", L".emf", L"image/x-emf", L".wmf", L"image/x-wmf", L".svg", L"image/svg+xml",

public enum ImagePartType
public static class ImagePartType
type ImagePartType = 
type ImagePartType = class
Public Enum ImagePartType
Public Class ImagePartType
Inheritance
ImagePartType
Inheritance
ImagePartType

Fields

Bmp

Defines type information for Bmp image part.

Emf

Defines type information for Emf image part.

Gif

Defines type information for Gif image part.

Icon

Defines type information for Icon image part.

Jp2

Defines type information for Jpeg image part.

Jpeg

Defines type information for Jpeg image part.

Pcx

Defines type information for Pcx image part.

Png

Defines type information for Png image part.

Svg

Defines type information for Svg image part.

Tif

Defines type information for Tif image part.

Tiff

Defines type information for Tiff image part.

Wmf

Defines type information for Wmf image part.

Applies to