Aracılığıyla paylaş


ImagePartType Enum

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 0

Defines type information for Bmp image part.

Emf 7

Defines type information for Emf image part.

Gif 1

Defines type information for Gif image part.

Icon 4

Defines type information for Icon image part.

Jpeg 6

Defines type information for Jpeg image part.

Pcx 5

Defines type information for Pcx image part.

Png 2

Defines type information for Png image part.

Svg 9

Defines type information for Svg image part.

Tiff 3

Defines type information for Tiff image part.

Wmf 8

Defines type information for Wmf image part.

Applies to