Set a new Icon for this Stamp

Namespace: TallComponents.PDF.Annotations.Markups
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

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