ClassNumPagesField
Class
Represents document field that displays the total number of pages in the document.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Num")]
public class NumPagesField : CodeBasedField, ISupportInitialize
Inheritance: objectFieldCodeBasedFieldNumPagesField
Implements:
Inherited Members
Constructors
NumPagesField()
Declaration
cs-api-definition
public NumPagesField()
Fields
Properties
FieldTypeName
Gets the name of the field type.
Declaration
cs-api-definition
public override string FieldTypeName { get; }
Property Value
Overrides
Methods
CreateInstance()
Creates a new instance of the current field class.
Declaration
cs-api-definition
public override Field CreateInstance()
Returns
The new field instance.
Overrides
GetResultFragment()
Builds the result fragment of the field.
Declaration
cs-api-definition
protected override DocumentFragment GetResultFragment()
Returns
The result fragment.
Overrides