Class XmpInteger
XmpInteger class
Represents XMP Integer basic type.
public sealed class XmpInteger : XmpTypeBase
Constructors
| Name | Description |
|---|---|
| XmpInteger(int) | Initializes a new instance of the XmpInteger class. |
| XmpInteger(long) | Initializes a new instance of the XmpInteger class. |
| XmpInteger(string) | Initializes a new instance of the XmpInteger class. |
Properties
| Name | Description |
|---|---|
| Value { get; set; } | Gets or sets the value. |
Methods
| Name | Description |
|---|---|
| override GetXmpRepresentation() | Gets the string contained value in XMP format. |
See Also
- class XmpTypeBase
- namespace Aspose.PSD.Xmp.Types.Basic
- assembly Aspose.PSD