New to Telerik Document ProcessingStart a free 30-day trial

Identifies how a widget’s content is rendered or provided.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model.Annotations

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

C#
public enum WidgetContentType

Fields

Content for push button widgets.

C#
PushButtonContent = 3

Content for signature widgets.

C#
SignatureContent = 2

Content for widgets with two states (ON/OFF) such as checkboxes and radio buttons.

C#
TwoStatesContent = 1

Content generated dynamically by the viewer (e.g., text fields, combo boxes).

C#
VariableContent = 0