PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.8 Assembly / C1.Win.C1Preview.Design Namespace / SampleC1PrintDocument Class / TagCloseParen Property

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

    The default value is "]".

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