PrintDocument for WPF | ComponentOne
C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderIndex Class / TermDelimiter Property

In This Topic
    TermDelimiter Property
    In This Topic
    Gets or sets a string used to delimit an index entry and the list of that entry's occurrences (page numbers) in the generated index.

    The default is ", " (comma followed by space).

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