Class XmpMimeType

XmpMimeType class

Represents MIME type.

public sealed class XmpMimeType : XmpText

Constructors

NameDescription
XmpMimeType(string)Initializes a new instance of the XmpMimeType class.

Properties

NameDescription
Value { get; set; }Gets or sets the text value.

Methods

NameDescription
override GetXmpRepresentation()Gets the string contained value in XMP format.

Remarks

MIME type defined in IETF RFC 2046.

See Also