New to Telerik Document ProcessingStart a free 30-day trial

Signature field widget that displays digital signature appearance and related content.

Definition

Methods

Recalculates the widget's AnnotationContentSource content based on widget text properties and dynamic appearance characteristics.

C#
public override sealed void RecalculateContent()

Overrides: ContentAnnotationBase.RecalculateContent()

Properties

Gets the appearance content used to render the signature; this typically overrides viewer‑generated visuals.

C#
public AnnotationContentSource Content { get; }
Property Value:

The content source for signature rendering.

Returns the signature widget content type.

C#
public override sealed WidgetContentType WidgetContentType { get; }
Property Value:

SignatureContent.

Overrides: Widget.WidgetContentType