The update in which this signature field is signed.

Namespace: TallComponents.PDF.Forms.Fields
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public Update SignedUpdate { get; }
Visual Basic
Public ReadOnly Property SignedUpdate As Update
	Get

Remarks

This property will only return a value if IsSigned is true. If not, nullNothingnullptra null reference (Nothing in Visual Basic) is returned.

See Also