XmpPackageSetXmpInteger Method |
Sets the XMP integer.
Namespace:
Aspose.CAD.Xmp
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxprotected void SetXmpInteger(
string key,
string intValue
)
Protected Sub SetXmpInteger (
key As String,
intValue As String
)
protected:
void SetXmpInteger(
String^ key,
String^ intValue
)
member SetXmpInteger :
key : string *
intValue : string -> unit
Parameters
- key
- Type: SystemString
The string representation of key that is identified with set value. - intValue
- Type: SystemString
The integer value.
See Also