XmpInteger Class

Summary: Represents XMP Integer basic type.

Module: aspose.imaging.xmp.types.basic

Full Name: aspose.imaging.xmp.types.basic.XmpInteger

Inheritance: IXmpType, XmpTypeBase

Aspose.Imaging Version: 24.7.0

Constructors

NameDescription
XmpInteger(value)Initializes a new instance of the XmpInteger class.
XmpInteger(value)Initializes a new instance of the XmpInteger class.
XmpInteger(value)Initializes a new instance of the XmpInteger class.

Properties

NameTypeAccessDescription
valuelongr/wGets or sets the value.

Methods

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

Constructor: XmpInteger(value)

 XmpInteger(value) 

Initializes a new instance of the XmpInteger class.

Parameters:

ParameterTypeDescription
valuelongThe value.

Constructor: XmpInteger(value)

 XmpInteger(value) 

Initializes a new instance of the XmpInteger class.

Parameters:

ParameterTypeDescription
valueintThe value.

Constructor: XmpInteger(value)

 XmpInteger(value) 

Initializes a new instance of the XmpInteger class.

Parameters:

ParameterTypeDescription
valuestringThe value.

Method: get_xmp_representation()

 get_xmp_representation() 

Gets the string contained value in XMP format.

Returns

TypeDescription
stringReturns the string contained value in XMP format.