Create a new stamp markup.

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

Syntax

C#
public Stamp(
	string name
)
Visual Basic
Public Sub New ( _
	name As String _
)

Parameters

name
Type: System..::..String
The name of the icon to be used for displaying the stamp.

Remarks

If null is passed as name, the stamp will use the name "Draft".

See Also