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
)

Parameters

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