Creates an interactor for a PDF stamp annotation.

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

Syntax

C#
public StampInteractor(
	Stamp stamp
)
Visual Basic
Public Sub New ( _
	stamp As Stamp _
)

Parameters

stamp
Type: TallComponents.PDF.Annotations.Markups..::..Stamp
The pdf stamp annotation definition.

See Also