TagEscapeString Property (SampleC1PrintDocument)
In This Topic
Gets or sets the string that can be used to escape
C1.C1Preview.C1PrintDocument.TagOpenParen and
C1.C1Preview.C1PrintDocument.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