Struct XmpValue
XmpValue structure
XML node value representing an XMP value entry.
public struct XmpValue : IEquatable<XmpValue>
Properties
| Name | Description |
|---|---|
| Type { get; } | Gets the XMP value type. |
| Value { get; } | Gets the XMP value string or null, if value does not exist. |
Methods
| Name | Description |
|---|---|
| override Equals(object) | Compares this Value to other of Value. |
| Equals(XmpValue) | Compares this Value to other Value. |
| override GetHashCode() | Gets the Value hash code. |
| override ToString() | Gets Value. |
| implicit operator | Converts the value to a string. (2 operators) |
See Also
- namespace Aspose.Imaging.Xmp.Types
- assembly Aspose.Imaging