C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / TagEscapeString Property

In This Topic
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
 
See Also