XmpInteger

XmpInteger class

Represents XMP Integer basic type.

public sealed class XmpInteger : XmpTypeBase

Constructors

NameDescription
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

NameDescription
Value { get; set; }Gets or sets the value.

Methods

NameDescription
override GetXmpRepresentation()Gets the string contained value in XMP format.

See Also