Set a new Icon for this Stamp

Namespace: TallComponents.PDF.Annotations.Markups
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public void SetIcon(
	ShapeCollection icon
)
Visual Basic
Public Sub SetIcon ( _
	icon As ShapeCollection _
)

Parameters

icon
Type: TallComponents.PDF.Shapes..::..ShapeCollection
The icon to set.

Remarks

Setting icon to nullNothingnullptra null reference (Nothing in Visual Basic) clears the icon.

See Also