Click or drag to resize

Background RemoveShapeAttr Method

Removes a shape attribute by key.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void RemoveShapeAttr(
	int key
)

Parameters

key
Type: System Int32
The key of the shape attribute to remove.

Implements

IShapeAttrSource RemoveShapeAttr(Int32)
See Also