
Gets a value indicating whether a new page number field can be inserted at the current input position of a header or footer. It is true if a page number field can be inserted, otherwise it is false. Text Control cannot insert a page number field inside of another text field.
[C#]
public bool CanAdd { get; }
[Visual Basic]
Public ReadOnly Property CanAdd() As Boolean
Read only.