PageField
Class
Represents a page field in a document model. The PageField class is used to define fields that can dynamically display information such as page numbers or dates within a document.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class PageField : CodeBasedField, ISupportInitialize
Inheritance: objectFieldCodeBasedFieldPageField
Implements:
Inherited Members
Constructors
C#
public PageField()
Fields
C#
public static readonly string CachedPageKey
Properties
Gets the name of the field type.
C#
public override string FieldTypeName { get; }
Overrides:
Methods
Creates a new instance of the current field class.
Builds the result fragment of the field.
C#
protected override DocumentFragment GetResultFragment()
The result fragment.
Overrides: