XmpValue.op_Explicit
Innehåll
[
Dölj
]explicit operator
Konverterar XmpValue till array.
public static explicit operator XmpValue[](XmpValue value)
Parameter | Typ | Beskrivning |
---|---|---|
value | XmpValue | Värde att konvertera. |
Returvärde
XmlValue.
Se även
- class XmpValue
- namnutrymme Aspose.Page.EPS.XMP
- hopsättning Aspose.Page
explicit operator
Konverterar XmpValue till array.
public static explicit operator object[](XmpValue value)
Parameter | Typ | Beskrivning |
---|---|---|
value | XmpValue | Värde att konvertera. |
Returvärde
XmlValue.
Se även
- class XmpValue
- namnutrymme Aspose.Page.EPS.XMP
- hopsättning Aspose.Page
explicit operator
Konverterar XmpValue till sträng.
public static explicit operator string(XmpValue value)
Parameter | Typ | Beskrivning |
---|---|---|
value | XmpValue | Värde att konvertera. |
Returvärde
XmlValue.
Se även
- class XmpValue
- namnutrymme Aspose.Page.EPS.XMP
- hopsättning Aspose.Page
explicit operator
Konverterar XmpValue till namngivet värde.
public static explicit operator KeyValuePair<string, XmpValue>(XmpValue value)
Parameter | Typ | Beskrivning |
---|---|---|
value | XmpValue | Värde att konvertera. |
Returvärde
XmlValue.
Se även
- class XmpValue
- namnutrymme Aspose.Page.EPS.XMP
- hopsättning Aspose.Page
explicit operator
Konverterar XmlValue till namngivet samlingsvärde.
public static explicit operator KeyValuePair<string, XmpValue>[](XmpValue value)
Parameter | Typ | Beskrivning |
---|---|---|
value | XmpValue | Värde att konvertera. |
Returvärde
XmlValue.
Se även
- class XmpValue
- namnutrymme Aspose.Page.EPS.XMP
- hopsättning Aspose.Page