Enum which specifies the style for a SignatureAppearance.

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

Syntax

C#
public enum SignatureAppearanceStyle
Visual Basic
Public Enumeration SignatureAppearanceStyle

Members

Member nameValueDescription
TextOnly0 The text will use all space.
ImageOnly1 The image will use all space
ImageAndText2 On the left side an image will be placed, if no image is given an empty image is used. On the right side the text is placed.
NameAndText3 On the left side the name of the signer is used. On the right side the text is placed.

See Also