Class 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
virtual Clone()Clones this instance.
override GetXmpRepresentation()Gets the string contained value in XMP format.
override ToString()Gets this XMP data as string.

See Also