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(
	StampAppearance appearance
)
Visual Basic
Public Sub New ( _
	appearance As StampAppearance _
)

Parameters

appearance
Type: TallComponents.PDF.Annotations.Markups..::..StampAppearance
The appearance of the icon to be used for displaying the stamp.

Remarks

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

See Also