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