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

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