NumPagesField
Class
Represents document field that displays the total number of pages in the document.
Definition
Namespace:Telerik.WinForms.Documents.Model
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class NumPagesField : CodeBasedField, ISupportInitialize
Inheritance: objectFieldCodeBasedFieldNumPagesField
Implements:
Inherited Members
Constructors
C#
public NumPagesField()
Fields
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: