Class VariableContentWidget
Represents widget that has variable content generated dynamically while interacting with the widget in a PDF viewer.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class VariableContentWidget : Widget<DynamicAppearanceCharacteristics>, IFixedDocumentElement, IInstanceIdOwner, IContextClonable<Annotation>, IContentAnnotation
Properties
Content
The content used to initially visualize the Widget appearance in a PDF viewer. This content is with bigger priority compared to Widget appearance characteristics and text properties and it is visualized by default when opening the exported document in some PDF viewer.
Declaration
public AnnotationContentSource Content { get; }
Property Value
WidgetContentType
Gets the widget content type.
Declaration
public override sealed WidgetContentType WidgetContentType { get; }
Property Value
Overrides
Methods
RecalculateContent()
Recalculates the Widget Annotation
Declaration
public override sealed void RecalculateContent()