The appearance of this stamp markup (annotation).

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

Syntax

C#
public StampAppearance Appearance { get; set; }
Visual Basic
Public Property Appearance As StampAppearance
	Get
	Set

Remarks

This property will return StampAppearance.Unknown if the stamp name is none of the standard ones.

Changing the appearance will regenerate a default appearance for the stamp.

See Also