ClassSignatureWidget
Signature field widget that displays digital signature appearance and related content.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
public class SignatureWidget : Widget<DynamicAppearanceCharacteristics>, IFixedDocumentElement, IStructuralElement
Inheritance: objectFixedDocumentElementBaseAnnotationContentAnnotationBaseWidgetWidget<DynamicAppearanceCharacteristics>SignatureWidget
Implements:
Inherited Members
Properties
Content
Gets the appearance content used to render the signature; this typically overrides viewer‑generated visuals.
Declaration
public AnnotationContentSource Content { get; }
Property Value
The content source for signature rendering.
WidgetContentType
Returns the signature widget content type.
Declaration
public override sealed WidgetContentType WidgetContentType { get; }
Property Value
Overrides
Methods
RecalculateContent()
Recalculates the widget's AnnotationContentSource content based on widget text properties and dynamic appearance characteristics.
Declaration
public override sealed void RecalculateContent()
Overrides