XmpMimeType
Inheritance: java.lang.Object, com.aspose.imaging.xmp.types.XmpTypeBase, com.aspose.imaging.xmp.types.basic.XmpText
public final class XmpMimeType extends XmpText
Represents MIME type.
MIME type defined in IETF RFC 2046.
Constructors
Constructor | Description |
---|---|
XmpMimeType(String value) | Initializes a new instance of the XmpMimeType class. |
XmpMimeType(String value)
public XmpMimeType(String value)
Initializes a new instance of the XmpMimeType
class.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The value. |