Class SignatureWidget
Represents a signature widget that displays digital signature information.
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 source defining the visual content of the widget. This content has higher priority than widget appearance characteristics and text properties and is displayed by default when opening the document in PDF viewers.
Declaration
public AnnotationContentSource Content { get; }
Property Value
AnnotationContentSource
The annotation content source that provides the signature visual representation. |
WidgetContentType
Gets the widget content type, which is always SignatureContent for signature widgets.
Declaration
public override sealed WidgetContentType WidgetContentType { get; }
Property Value
WidgetContentType
Returns SignatureContent. |
Overrides
Methods
RecalculateContent()
Recalculates the widget's AnnotationContentSource content based on widget text properties and dynamic appearance characteristics.
Declaration
public override sealed void RecalculateContent()