Table of Contents

Class XmpInteger

Namespace
Aspose.Imaging.Xmp.Types.Basic
Assembly
Aspose.Imaging.dll

Represents XMP Integer basic type.

public sealed class XmpInteger : XmpTypeBase, IXmpType
Inheritance
XmpInteger
Implements
Inherited Members

Constructors

XmpInteger(int)

Initializes a new instance of the XmpInteger class.

public XmpInteger(int value)

Parameters

value int

The value.

XmpInteger(long)

Initializes a new instance of the XmpInteger class.

public XmpInteger(long value)

Parameters

value long

The value.

XmpInteger(string)

Initializes a new instance of the XmpInteger class.

public XmpInteger(string value)

Parameters

value string

The value.

Exceptions

ArgumentNullException

value is null.

ArgumentException

Invalid string value;value

Properties

Value

Gets or sets the value.

public long Value { get; set; }

Property Value

long

The value.

Methods

GetXmpRepresentation()

Gets the string contained value in XMP format.

public override string GetXmpRepresentation()

Returns

string

Returns the string contained value in XMP format.