XmpPackageSetXmpInteger Method

Sets the XMP integer.

Namespace:  Aspose.CAD.Xmp
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
protected void SetXmpInteger(
	string key,
	string intValue
)

Parameters

key
Type: SystemString
The string representation of key that is identified with set value.
intValue
Type: SystemString
The integer value.
See Also