TagEscapeString Property (C1PrintDocument)
In This Topic
Gets or sets the string that can be used to escape
TagOpenParen and
TagCloseParen. To include a
TagEscapeString string itself in a text, duplicate it.
The default value is "\".
Syntax
'Declaration
Public Property TagEscapeString As String
public string TagEscapeString {get; set;}
See Also