SignatureWidget
Class
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:
C#
public class SignatureWidget : Widget<DynamicAppearanceCharacteristics>, IFixedDocumentElement, IStructuralElement
Inheritance: objectFixedDocumentElementBaseAnnotationContentAnnotationBaseWidgetWidget<DynamicAppearanceCharacteristics>SignatureWidget...
Implements:
Inherited Members
Methods
Recalculates the widget's AnnotationContentSource content based on widget text properties and dynamic appearance characteristics.
C#
public override sealed void RecalculateContent()
Overrides:
Properties
Gets the appearance content used to render the signature; this typically overrides viewer‑generated visuals.
C#
public AnnotationContentSource Content { get; }
The content source for signature rendering.
Returns the signature widget content type.
C#
public override sealed WidgetContentType WidgetContentType { get; }
Overrides: