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