PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / TagCloseParen Property

In This Topic
    TagCloseParen Property (C1PrintDocument)
    In This Topic
    Gets or sets the string used as the closing parentheses when including references to Tag objects in the current document's texts (e.g. in Text or ParagraphText.Text). To include a TagCloseParen string itself in a text, prepend it with the TagEscapeString string.

    The default value is "]".

    Syntax
    'Declaration
     
    Public Property TagCloseParen As String
    public string TagCloseParen {get; set;}
    See Also