XmpTypeBase Klasse
Summary: Represents base class for basic XMP type.
Module: aspose.imaging.xmp.types
Full Name: aspose.imaging.xmp.types.XmpTypeBase
Inheritance: IXmpType
Methods
| Name | Beschreibung |
|---|---|
| clone() | Klont diese Instanz. |
| get_xmp_representation() | Liefert den im XMP-Format enthaltenen Zeichenkettenwert. |
Method: clone()
clone()
Klont diese Instanz.
Returns
| Typ | Beschreibung |
|---|---|
| System.Object | Ein Memberwise-Klon. |
Method: get_xmp_representation()
get_xmp_representation()
Liefert den im XMP-Format enthaltenen Zeichenkettenwert.
Returns
| Typ | Beschreibung |
|---|---|
| string | Gibt den im XMP-Format enthaltenen Zeichenkettenwert zurück. |