XmpMetaAddAttribute Method |
Adds the attribute.
Namespace: Aspose.Imaging.XmpAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic override void AddAttribute(
string attribute,
string value
)
Public Overrides Sub AddAttribute (
attribute As String,
value As String
)
public:
virtual void AddAttribute(
String^ attribute,
String^ value
) override
abstract AddAttribute :
attribute : string *
value : string -> unit
override AddAttribute :
attribute : string *
value : string -> unit
Parameters
- attribute
- Type: SystemString
The attribute. - value
- Type: SystemString
The value.
See Also