Class
SignatureWidget

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

Definition

Properties

Content

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

Declaration

cs-api-definition
public AnnotationContentSource Content { get; }

Property Value

AnnotationContentSource

The content source for signature rendering.

WidgetContentType

Returns the signature widget content type.

Declaration

cs-api-definition
public override sealed WidgetContentType WidgetContentType { get; }

Property Value

WidgetContentType

SignatureContent.

Overrides Widget.WidgetContentType

Methods

RecalculateContent()

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

Declaration

cs-api-definition
public override sealed void RecalculateContent()

Overrides ContentAnnotationBase.RecalculateContent()