New to Telerik Document ProcessingStart a free 30-day trial

Represents a PAGEREF field that displays the page number of a referenced bookmark for cross-referencing.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model.Fields

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

C#
public class PageRefField : NumberingField

Inheritance: objectFieldNumberingFieldPageRefField

Inherited Members Field.EncodeParameter(string)Field.GetFormattedDate(DateTime)Field.DateTimeFormattingField.NumericFormattingField.GeneralFormattingsField.Document...

Methods

Determines whether a switch can have an argument.

C#
protected override bool IsSwitchWithArgumentOverride(string switchKey)
Parameters:switchKeystring

The switch key.

Returns:

bool

True if the switch can have argument.

Overrides: Field.IsSwitchWithArgumentOverride(string)