Returns or sets the text after merge field
Namespace: Spire.Doc.FieldsAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public string TextAfter { get; set; }
Public Property TextAfter As String Get Set
public: virtual property String^ TextAfter { String^ get () sealed; void set (String^ value) sealed; }
abstract TextAfter : string with get, set override TextAfter : string with get, set