The appearance settings that will be used during signing.

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

Syntax

C#
public SignatureAppearance SignedAppearance { get; set; }
Visual Basic
Public Property SignedAppearance As SignatureAppearance
	Get
	Set

Remarks

Will be used if a signature handler is specified for the attached signature field only. Default value is nullNothingnullptra null reference (Nothing in Visual Basic), meaning use factory defaults (see SignatureAppearance class for details).

See Also